[Checkins] SVN: gocept.recipe.zope3instance/trunk/setup.py - adapted setup.py for new namespace

Christian Theune ct at gocept.com
Thu Jan 11 01:32:06 EST 2007


Log message for revision 71914:
   - adapted setup.py for new namespace
  

Changed:
  U   gocept.recipe.zope3instance/trunk/setup.py

-=-
Modified: gocept.recipe.zope3instance/trunk/setup.py
===================================================================
--- gocept.recipe.zope3instance/trunk/setup.py	2007-01-11 06:30:23 UTC (rev 71913)
+++ gocept.recipe.zope3instance/trunk/setup.py	2007-01-11 06:32:05 UTC (rev 71914)
@@ -1,12 +1,12 @@
 from setuptools import setup, find_packages
 
-name = "zc.recipe.zope3instance"
+name = "gocept.zope3instance"
 setup(
     name = name,
-    version = "1.0.0a1",
-    author = "Jim Fulton",
-    author_email = "jim at zope.com",
-    description = "ZC Buildout recipe for defining a Zope 3 instance",
+    version = "1.0",
+    author = "Christian Theune",
+    author_email = "ct at gocept.com",
+    description = "zc.buildout recipe for defining a Zope 3 instance",
     long_description = open('README.txt').read(),
     license = "ZPL 2.1",
     keywords = "zope3 buildout",
@@ -16,7 +16,7 @@
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},
-    namespace_packages = ['zc', 'zc.recipe'],
+    namespace_packages = ['gocept'],
     install_requires = ['zc.buildout', 'zope.testing', 'setuptools',
                         'zc.recipe.egg'],
     dependency_links = ['http://download.zope.org/distribution/'],



More information about the Checkins mailing list