summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorjvoisin2015-12-30 17:15:23 +0100
committerjvoisin2015-12-30 17:15:23 +0100
commit3696b59badfef2438a3df1755868b2aeeb443b87 (patch)
treea2cc0035c2397ac5bb043b3fa9711f6bd3585923 /setup.py
parent3ac3f353c64d406aa2fa46c5c9841346408e1e01 (diff)
Fix some pep8-related issues
Diffstat (limited to '')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ad798d7..fdee3ac 100755
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ if os.path.exists('MANIFEST'):
16 16
17class PyTest(Command): 17class PyTest(Command):
18 user_options = [] 18 user_options = []
19
19 def initialize_options(self): 20 def initialize_options(self):
20 pass 21 pass
21 22