changeset 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 fceca6088481
children a1100ec32be2
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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(),
-    ],
 )
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)