[Checkins] SVN: zc.lockfile/trunk/setup.py Updated release info.

Jim Fulton jim at zope.com
Sat Oct 18 13:10:11 EDT 2008


Log message for revision 92355:
  Updated release info.
  

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

-=-
Modified: zc.lockfile/trunk/setup.py
===================================================================
--- zc.lockfile/trunk/setup.py	2008-10-18 17:10:07 UTC (rev 92354)
+++ zc.lockfile/trunk/setup.py	2008-10-18 17:10:10 UTC (rev 92355)
@@ -1,3 +1,18 @@
+##############################################################################
+#
+# Copyright (c) Zope Corporation 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.lockfile", 0
+
 import os
 from setuptools import setup, find_packages
 
@@ -18,10 +33,8 @@
 
 open('doc.txt', 'w').write(long_description)
 
-name = "zc.lockfile"
 setup(
-    name = name,
-    version = "1.0.0b1",
+    name = name, version=version,
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Basic inter-process locks",



More information about the Checkins mailing list