Commit 6cc7b937 authored by Jim Fulton's avatar Jim Fulton

Fixed call to find_packages.

parent dd855593
...@@ -188,7 +188,7 @@ setup(name="ZODB3", ...@@ -188,7 +188,7 @@ setup(name="ZODB3",
version=VERSION, version=VERSION,
maintainer="Zope Foundation and Contributors", maintainer="Zope Foundation and Contributors",
maintainer_email="zodb-dev@zope.org", maintainer_email="zodb-dev@zope.org",
packages = find_packages(), packages = find_packages('src'),
package_dir = {'': 'src'}, package_dir = {'': 'src'},
ext_modules = exts, ext_modules = exts,
headers = ['src/persistent/cPersistence.h', headers = ['src/persistent/cPersistence.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment