releasing version 2.01 - removed yaml dependency, fix installation problems
diff --git a/setup.py b/setup.py
index 3d7b72e..e4a348d 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
         C compilers or analysis tools.

     """,

     license='LGPL',

-    version='2.00',

+    version='2.01',

     author='Eli Bendersky',

     maintainer='Eli Bendersky',

     author_email='eliben@gmail.com',

@@ -21,7 +21,7 @@
     platforms='Cross Platform',

     

     packages=['pycparser'],

-    package_data={'pycparser': ['*.yaml']},

+    package_data={'pycparser': ['*.cfg']},

 )