summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-03-30 08:03:11 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-03-30 08:03:11 +0200
commit2f4197641d994486784912a9cad66ecf174fdc65 (patch)
tree5c694cf56a94cea895a876764893acb2858c8f0f /setup.py
parent7aff9d1902702989a98a7b1e636acb04cdbf18a6 (diff)
downloadpep8-2f4197641d994486784912a9cad66ecf174fdc65.tar.gz
Obsolete todo items.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 882c915..2f3eeee 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,10 @@
from setuptools import setup, find_packages
-version = '0.7.0'
+version = '0.7.1dev'
long_description = '\n\n'.join([open('README.rst').read(),
open('CHANGES.txt').read(),
- open('TODO.txt').read()])
+# open('TODO.txt').read(),
+ ])
setup(
name='pep8',