Commit e6805671 authored by Jim Fulton's avatar Jim Fulton

rename to ZODB

parent f1bbad62
......@@ -12,7 +12,7 @@ zc.recipe.testrunner = 1.3.0
recipe = zc.recipe.testrunner
eggs =
persistent
ZODB3 [test]
ZODB [test]
initialization =
import os, tempfile
try: os.mkdir('tmp')
......
......@@ -142,7 +142,7 @@ def alltests():
suite = unittest.TestSuite()
base = pkg_resources.working_set.find(
pkg_resources.Requirement.parse('ZODB3')).location
pkg_resources.Requirement.parse('ZODB')).location
for dirpath, dirnames, filenames in os.walk(base):
if os.path.basename(dirpath) == 'tests':
for filename in filenames:
......@@ -173,7 +173,7 @@ long_description = str(
).decode('latin-1').replace(u'L\xf6wis', '|Lowis|')
)+ '''\n\n.. |Lowis| unicode:: L \\xf6 wis\n'''
setup(name="ZODB3",
setup(name="ZODB",
version=VERSION,
setup_requires=['persistent'],
maintainer="Zope Foundation and Contributors",
......
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