[Checkins] SVN: zc.zdaemonrecipe/trunk/setup.py Added zpl and minor rearrangement.

Jim Fulton jim at zope.com
Thu May 1 16:06:40 EDT 2008


Log message for revision 86027:
  Added zpl and minor rearrangement.
  

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

-=-
Modified: zc.zdaemonrecipe/trunk/setup.py
===================================================================
--- zc.zdaemonrecipe/trunk/setup.py	2008-05-01 20:05:53 UTC (rev 86026)
+++ zc.zdaemonrecipe/trunk/setup.py	2008-05-01 20:06:40 UTC (rev 86027)
@@ -1,3 +1,19 @@
+##############################################################################
+#
+# 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 = 'zc.zdaemonrecipe'
+version = '0.1'
+
 import os
 from setuptools import setup, find_packages
 
@@ -23,10 +39,9 @@
 
 open('doc.txt', 'w').write(long_description)
 
-name = 'zc.zdaemonrecipe'
 setup(
     name = name,
-    version = '0.1',
+    version = version,
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'ZC Buildout recipe for zdaemon scripts',



More information about the Checkins mailing list