commit | 1359c959867b9fd29a65b55b7a17877d9f2abee4 | [log] [tgz] |
---|---|---|
author | eli.bendersky <devnull@localhost> | Fri Dec 03 17:17:08 2010 +0200 |
committer | eli.bendersky <devnull@localhost> | Fri Dec 03 17:17:08 2010 +0200 |
tree | cab54159841052952003b37a47d81c245aa67875 | |
parent | 82af100217b39737a2c7ff8cd6eec6dac4500115 [diff] [blame] |
Fixes for correct setup of the package
diff --git a/setup.py b/setup.py index d031cad..3d7b72e 100644 --- a/setup.py +++ b/setup.py
@@ -21,6 +21,7 @@ platforms='Cross Platform', packages=['pycparser'], + package_data={'pycparser': ['*.yaml']}, )