[Zodb-checkins] SVN: ZODB/trunk/setup.py Fixed call to find_packages.
Jim Fulton
jim at zope.com
Thu Jul 30 15:53:46 EDT 2009
Log message for revision 102394:
Fixed call to find_packages.
Changed:
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2009-07-30 19:51:52 UTC (rev 102393)
+++ ZODB/trunk/setup.py 2009-07-30 19:53:46 UTC (rev 102394)
@@ -188,7 +188,7 @@
version=VERSION,
maintainer="Zope Foundation and Contributors",
maintainer_email="zodb-dev at zope.org",
- packages = find_packages(),
+ packages = find_packages('src'),
package_dir = {'': 'src'},
ext_modules = exts,
headers = ['src/persistent/cPersistence.h',
More information about the Zodb-checkins
mailing list