summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-12-24 15:15:22 -0800
committerEli Bendersky <eliben@gmail.com>2012-12-24 15:15:22 -0800
commit97b1ee072eb2c63b22c12148569ceed9a7b38285 (patch)
tree79ccfedcabc1ca5a0632e268d77b955689dc7e0f /setup.py
parentc1dd88549225de6dba88fc162e856a67a92f9dea (diff)
downloadpycparser-97b1ee072eb2c63b22c12148569ceed9a7b38285.tar.gz
Added ply 3.4 to be redistributed with pycparser. This aids with
distribution and with tests.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d9e9dbc..568d41b 100644
--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,8 @@ setup(
It parses C code into an AST and can serve as a front-end for
C compilers or analysis tools.
""",
- install_requires=['ply'],
license='BSD',
- version='2.08',
+ version='2.09',
author='Eli Bendersky',
maintainer='Eli Bendersky',
author_email='eliben@gmail.com',