summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 9804422..d9111e0 100755
--- a/setup.py
+++ b/setup.py
@@ -11,11 +11,6 @@ import os
here = path.abspath(path.dirname(__file__))
-
-
-
-#import glob
-
# dirty but working
__version__ = re.search(
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', # It excludes inline comment too