SVN: ZODB/trunk/setup.py Fixed call to find_packages.

Jim Fulton <[email protected]>
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <[email protected]>
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="[email protected]",
-      packages = find_packages(),
+      packages = find_packages('src'),
       package_dir = {'': 'src'},
       ext_modules = exts,
       headers = ['src/persistent/cPersistence.h',
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.