commit | 1e0dde8423dc73da57ea95f4d02ee869e3a2ef80 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Thu Dec 27 05:54:15 2012 -0800 |
committer | Eli Bendersky <eliben@gmail.com> | Thu Dec 27 05:54:15 2012 -0800 |
tree | eaf17b975b36f73df2f46286d9bdf4292af7810b | |
parent | 5df5a19cba3bd543bcadd92d57fdd07d84b38339 [diff] [blame] |
fixed setup script to install ply subpackage as well
diff --git a/setup.py b/setup.py index c02769e..673c41b 100644 --- a/setup.py +++ b/setup.py
@@ -22,7 +22,7 @@ classifiers = [ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3',], - packages=['pycparser'], + packages=['pycparser', 'pycparser.ply'], package_data={'pycparser': ['*.cfg']}, )