summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2010-12-03 17:17:08 +0200
committereli.bendersky <devnull@localhost>2010-12-03 17:17:08 +0200
commit1359c959867b9fd29a65b55b7a17877d9f2abee4 (patch)
treecab54159841052952003b37a47d81c245aa67875 /setup.py
parent82af100217b39737a2c7ff8cd6eec6dac4500115 (diff)
downloadpycparser-1359c959867b9fd29a65b55b7a17877d9f2abee4.tar.gz
Fixes for correct setup of the package
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d031cad..3d7b72e 100644
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@ setup(
platforms='Cross Platform',
packages=['pycparser'],
+ package_data={'pycparser': ['*.yaml']},
)