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']},

 )