Commit 5e96e19d authored by Jim Fulton's avatar Jim Fulton

merged the tseaver-persistent_as_egg branch to complete the persistent separation

parent 7a0c1217
...@@ -7,11 +7,11 @@ versions = versions ...@@ -7,11 +7,11 @@ versions = versions
[versions] [versions]
zc.recipe.testrunner = 1.3.0 zc.recipe.testrunner = 1.3.0
persistent = 4.0.0
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = eggs =
persistent
ZODB3 [test] ZODB3 [test]
initialization = initialization =
import os, tempfile import os, tempfile
......
...@@ -189,6 +189,10 @@ setup(name="ZODB3", ...@@ -189,6 +189,10 @@ setup(name="ZODB3",
test_suite="__main__.alltests", # to support "setup.py test" test_suite="__main__.alltests", # to support "setup.py test"
tests_require = ['zope.testing', manuel_version], tests_require = ['zope.testing', manuel_version],
extras_require = dict(test=['zope.testing', manuel_version]), extras_require = dict(test=['zope.testing', manuel_version]),
# XXX: We don't really want to install these headers; we would
# prefer just including them so that folks can build from an sdist.
headers = ['include/persistent/cPersistence.h',
'include/persistent/ring.h'],
install_requires = [ install_requires = [
transaction_version, transaction_version,
'persistent', 'persistent',
......
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