summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index e8c2c57..ed1a589 100644
--- a/setup.py
+++ b/setup.py
@@ -26,11 +26,8 @@ except:
testing_extras = ['nose', 'coverage']
-str_version = None
-execfile('repoze/lru/__version__.py')
-
setup(name='repoze.lru',
- version=str_version,
+ version='0.7.1',
description='A tiny LRU cache implementation and decorator',
long_description=README + '\n\n' + CHANGES,
classifiers=[