[Checkins] SVN: zope.app.wsgi/trunk/setup.py * Switch homepage URl to PyPI

Philipp von Weitershausen philikon at philikon.de
Fri Sep 14 12:45:11 EDT 2007


Log message for revision 79641:
  * Switch homepage URl to PyPI
  * next release is 3.4.0
  * ZConfig wasn't listed as a dependency, even though it's imported. Fixed.
  

Changed:
  U   zope.app.wsgi/trunk/setup.py

-=-
Modified: zope.app.wsgi/trunk/setup.py
===================================================================
--- zope.app.wsgi/trunk/setup.py	2007-09-14 16:43:17 UTC (rev 79640)
+++ zope.app.wsgi/trunk/setup.py	2007-09-14 16:45:11 UTC (rev 79641)
@@ -15,16 +15,13 @@
 
 $Id$
 """
-
-import os
-
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.app.wsgi',
-      version = '3.4.0b1',
-      url='http://svn.zope.org/zope.app.wsgi',
+      version = '3.4.0',
+      url='http://pypi.python.org/pypi/zope.app.wsgi',
       license='ZPL 2.1',
-      description='Zope wsgi',
+      description='WSGI application for the zope.publisher',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       packages=find_packages('src'),
@@ -35,6 +32,7 @@
                                   'zope.app.zcmlfiles',
                                   'zope.testbrowser']),
       install_requires=['setuptools',
+                        'ZConfig',
                         'zope.app.appsetup',
                         'zope.app.publication',
                         'zope.app.wsgi',



More information about the Checkins mailing list