[Checkins] SVN: zope.app.pythonpage/trunk/setup.py use version 0 on trunk

Jim Fulton jim at zope.com
Sat Aug 15 16:42:26 EDT 2009


Log message for revision 102838:
  use version 0 on trunk
  

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

-=-
Modified: zope.app.pythonpage/trunk/setup.py
===================================================================
--- zope.app.pythonpage/trunk/setup.py	2009-08-15 20:42:22 UTC (rev 102837)
+++ zope.app.pythonpage/trunk/setup.py	2009-08-15 20:42:26 UTC (rev 102838)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) Zope Foundation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -11,10 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.app.pythonpage package
+version = '0'
 
-$Id$
-"""
 import os
 from setuptools import setup, find_packages
 
@@ -22,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.pythonpage',
-      version = '3.5.1dev',
+      version = version,
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Python Page -- Zope 3 Content Components',



More information about the Checkins mailing list