commit | 97b1ee072eb2c63b22c12148569ceed9a7b38285 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Mon Dec 24 15:15:22 2012 -0800 |
committer | Eli Bendersky <eliben@gmail.com> | Mon Dec 24 15:15:22 2012 -0800 |
tree | 79ccfedcabc1ca5a0632e268d77b955689dc7e0f | |
parent | c1dd88549225de6dba88fc162e856a67a92f9dea [diff] [blame] |
Added ply 3.4 to be redistributed with pycparser. This aids with distribution and with tests.
diff --git a/setup.py b/setup.py index d9e9dbc..568d41b 100644 --- a/setup.py +++ b/setup.py
@@ -12,9 +12,8 @@ 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',