[Zconfig] SVN: ZConfig/trunk/setup.py - there's no 2.6 maint branch, so this is it; not 2.7dev
Fred L. Drake, Jr.
fdrake at gmail.com
Fri Dec 5 13:15:49 EST 2008
Log message for revision 93664:
- there's no 2.6 maint branch, so this is it; not 2.7dev
- add newer classifiers to express compatibility
Changed:
U ZConfig/trunk/setup.py
-=-
Modified: ZConfig/trunk/setup.py
===================================================================
--- ZConfig/trunk/setup.py 2008-12-05 18:11:02 UTC (rev 93663)
+++ ZConfig/trunk/setup.py 2008-12-05 18:15:48 UTC (rev 93664)
@@ -20,7 +20,7 @@
options = dict(
name="ZConfig",
- version="2.7dev",
+ version="2.6.1dev",
author="Fred L. Drake, Jr.",
author_email="fred at zope.com",
description="Structured Configuration Library",
@@ -49,6 +49,9 @@
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
+ "Programming Language :: Python :: 2.4",
+ "Programming Language :: Python :: 2.5",
+ "Programming Language :: Python :: 2.6",
"Topic :: Software Development :: Libraries :: Python Modules",
],
# Support for 'setup.py test' when setuptools is available:
More information about the ZConfig
mailing list