[Zodb-checkins] SVN: ZODB/branches/3.3/setup.py Merge metadata from
trunk, r25303.
Tim Peters
tim.one at comcast.net
Tue Jun 8 15:34:38 EDT 2004
Log message for revision 25304:
Merge metadata from trunk, r25303.
-=-
Modified: ZODB/branches/3.3/setup.py
===================================================================
--- ZODB/branches/3.3/setup.py 2004-06-08 19:32:24 UTC (rev 25303)
+++ ZODB/branches/3.3/setup.py 2004-06-08 19:34:38 UTC (rev 25304)
@@ -21,7 +21,7 @@
"""
classifiers = """\
-Development Status :: 3 - Alpha
+Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Zope Public License
Programming Language :: Python
@@ -225,7 +225,7 @@
package_dir = {'': 'src'},
ext_modules = exts,
headers = ['src/persistent/cPersistence.h'],
- license = "http://www.zope.org/Resources/ZPL",
+ license = "ZPL 2.1",
platforms = ["any"],
description = doclines[0],
classifiers = filter(None, classifiers.split("\n")),
More information about the Zodb-checkins
mailing list