[Checkins] SVN: zope.copypastemove/trunk/setup.py set version to 0 and remove some cruft.

Jim Fulton jim at zope.com
Sat Aug 15 12:12:01 EDT 2009


Log message for revision 102821:
  set version to 0 and remove some cruft.
  

Changed:
  U   zope.copypastemove/trunk/setup.py

-=-
Modified: zope.copypastemove/trunk/setup.py
===================================================================
--- zope.copypastemove/trunk/setup.py	2009-08-15 16:09:34 UTC (rev 102820)
+++ zope.copypastemove/trunk/setup.py	2009-08-15 16:12:00 UTC (rev 102821)
@@ -11,11 +11,8 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Setup for zope.copypastemove package
+version = '0'
 
-$Id$
-"""
-import os
 from setuptools import setup, find_packages
 
 long_description = (open('README.txt').read() +
@@ -23,7 +20,7 @@
                     open('CHANGES.txt').read())
 
 setup(name='zope.copypastemove',
-      version = '3.5.2dev',
+      version = version,
       url='http://pypi.python.org/pypi/zope.copypastemove',
       license='ZPL 2.1',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list