summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-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