[Zope-CVS] CVS: StandaloneZConfig - setup.py:1.6

Fred L. Drake, Jr. fred at zope.com
Fri Jan 2 12:24:38 EST 2004


Update of /cvs-repository/StandaloneZConfig
In directory cvs.zope.org:/tmp/cvs-serv24305

Modified Files:
	setup.py 
Log Message:
- update ZConfig package list
- bump version number


=== StandaloneZConfig/setup.py 1.5 => 1.6 ===
--- StandaloneZConfig/setup.py:1.5	Mon Oct  6 17:11:35 2003
+++ StandaloneZConfig/setup.py	Fri Jan  2 12:24:37 2004
@@ -28,7 +28,12 @@
 configuration data being defined and consumed by a wide range of
 separate packages.'''
 
-VERSION = "2.0"
+VERSION = "2.1"
+PACKAGES=["ZConfig", "ZConfig.tests", "ZConfig.tests.library",
+          "ZConfig.tests.library.widget", "ZConfig.tests.library.thing",
+          "ZConfig.components",
+          "ZConfig.components.basic", "ZConfig.components.basic.tests",
+          ]
 
 setup(name="ZConfig",
       version=VERSION,
@@ -36,7 +41,7 @@
       author="Fred Drake",
       author_email="fred at zope.com",
       url="http://cvs.zope.org/Packages/ZConfig/",
-      packages=['ZConfig', 'ZConfig.tests'],
+      packages=PACKAGES,
       classifiers=[
           "Development Status :: 5 - Production/Stable",
           "Intended Audience :: Developers",




More information about the Zope-CVS mailing list