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