[Neo-report] r2268 gregory - /trunk/setup.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 31 10:30:18 CEST 2010


Author: gregory
Date: Tue Aug 31 10:30:15 2010
New Revision: 2268

Log:
Deploy component.xml with the egg.

Modified:
    trunk/setup.py

Modified: trunk/setup.py
==============================================================================
--- trunk/setup.py [iso-8859-1] (original)
+++ trunk/setup.py [iso-8859-1] Tue Aug 31 10:30:15 2010
@@ -25,6 +25,11 @@ setup(name='neo',
             'neostorage=neo.scripts.neostorage:main',
         ],
     },
+    package_data = {
+        'neo': [
+            'component.xml',
+        ],
+    },
     zip_safe=False,
 )
 





More information about the Neo-report mailing list