[Checkins] SVN: Sandbox/J1m/project_template/branches/dev/setup.py partly fill in name.

Jim Fulton jim at zope.com
Wed May 27 06:45:35 EDT 2009


Log message for revision 100442:
  partly fill in name.
  

Changed:
  U   Sandbox/J1m/project_template/branches/dev/setup.py

-=-
Modified: Sandbox/J1m/project_template/branches/dev/setup.py
===================================================================
--- Sandbox/J1m/project_template/branches/dev/setup.py	2009-05-27 10:43:13 UTC (rev 100441)
+++ Sandbox/J1m/project_template/branches/dev/setup.py	2009-05-27 10:45:35 UTC (rev 100442)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-name, version = '', '0'
+name, version = 'zc.', '0'
 
 from setuptools import setup
 



More information about the Checkins mailing list