[Checkins] SVN: zc.resourcelibrary/trunk/setup.py Updated the
setup.py file to use include_package_data
Alexander Heavner
alex at zope.com
Mon Feb 12 15:09:04 EST 2007
Log message for revision 72506:
Updated the setup.py file to use include_package_data
Changed:
U zc.resourcelibrary/trunk/setup.py
-=-
Modified: zc.resourcelibrary/trunk/setup.py
===================================================================
--- zc.resourcelibrary/trunk/setup.py 2007-02-12 19:46:29 UTC (rev 72505)
+++ zc.resourcelibrary/trunk/setup.py 2007-02-12 20:09:03 UTC (rev 72506)
@@ -8,10 +8,7 @@
package_dir= {'':'src'},
namespace_packages=['zc'],
- package_data = {
- '': ['*.txt', '*.zcml'],
- },
-
+ include_package_data=True,
zip_safe=False,
author='Zope Project',
author_email='zope3-dev at zope.org',
More information about the Checkins
mailing list