Mercurial > odfcast
diff setup.py @ 40:8a3f3427aa15
Fix setup.py and update coding style
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 20 Oct 2014 16:16:21 +0200 |
parents | 75d90af41dfa |
children | 1e62ccffb395 |
line wrap: on
line diff
--- a/setup.py Thu Oct 16 12:53:04 2014 +0200 +++ b/setup.py Mon Oct 20 16:16:21 2014 +0200 @@ -4,6 +4,7 @@ version = '0.1' + def read(filename): with open(filename, "r") as f: return f.read() @@ -27,5 +28,4 @@ include_package_data=True, zip_safe=True, install_requires=read("requirements.txt").split(), - ], )