PEP-8 enhancements
This commit is contained in:
parent
2745c56c47
commit
84a2e6ca08
4 changed files with 2 additions and 3 deletions
1
setup.py
1
setup.py
|
@ -72,6 +72,7 @@ def read_file(*pathname):
|
|||
with open(join(dirname(abspath(__file__)), *pathname)) as f:
|
||||
return f.read()
|
||||
|
||||
|
||||
setup(
|
||||
name='django-todo',
|
||||
version=package.__version__,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue