[Zodb-checkins] SVN: ZODB/trunk/setup.py Update PyPI metadata. Unsure whether it matters.

Tim Peters tim.one at comcast.net
Tue Jun 8 15:32:24 EDT 2004


Log message for revision 25303:
Update PyPI metadata.  Unsure whether it matters.


-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2004-06-08 19:27:24 UTC (rev 25302)
+++ ZODB/trunk/setup.py	2004-06-08 19:32:24 UTC (rev 25303)
@@ -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