Skip to content

Commit b53783a

Browse files
author
Yogev Cohen
committed
Add setup.py and update the code accordingly.
1 parent 30f5ef9 commit b53783a

File tree

13 files changed

+80
-1
lines changed

13 files changed

+80
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.pyc
22
*.swp
3+
*.egg-info/

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
all: check_convention
22

33
check_convention:
4-
pep8 py --max-line-length=109
4+
pep8 asset --max-line-length=109
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

asset/tcp/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)