[Checkins] SVN: zc.ngi/trunk/setup.py Set version to 0 for trunk.

Jim Fulton jim at zope.com
Tue May 26 11:32:20 EDT 2009


Log message for revision 100418:
  Set version to 0 for trunk.
  
  Rearranged to make version easier to edit.
  

Changed:
  U   zc.ngi/trunk/setup.py

-=-
Modified: zc.ngi/trunk/setup.py
===================================================================
--- zc.ngi/trunk/setup.py	2009-05-26 15:29:39 UTC (rev 100417)
+++ zc.ngi/trunk/setup.py	2009-05-26 15:32:19 UTC (rev 100418)
@@ -1,3 +1,19 @@
+##############################################################################
+#
+# Copyright (c) Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+
+name, version = 'zc.ngi', '0'
+
 import os
 from setuptools import setup, find_packages
 
@@ -24,10 +40,8 @@
 
 open('documentation.txt', 'w').write(long_description)
 
-name = 'zc.ngi'
 setup(
-    name = name,
-    version = "1.0.1",
+    name = name, version=version,
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Network Gateway Interface",



More information about the Checkins mailing list