[Checkins] SVN: z3c.recipe.egg_/trunk/setup.py Change the license to conform with the Zope Foundation's policy

Ross Patterson me at rpatterson.net
Wed Mar 17 19:18:11 EDT 2010


Log message for revision 110043:
  Change the license to conform with the Zope Foundation's policy
  concerning the svn.zope.org repository.

Changed:
  U   z3c.recipe.egg_/trunk/setup.py

-=-
Modified: z3c.recipe.egg_/trunk/setup.py
===================================================================
--- z3c.recipe.egg_/trunk/setup.py	2010-03-17 21:53:20 UTC (rev 110042)
+++ z3c.recipe.egg_/trunk/setup.py	2010-03-17 23:18:11 UTC (rev 110043)
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import os
 
-version = '0.2'
+version = '0.3'
 
 setup(name='z3c.recipe.egg',
       version=version,
@@ -20,7 +20,7 @@
       author='Ross Patterson',
       author_email='me at rpatterson.net',
       url='http://cheeseshop.python.org/pypi/z3c.recipe.egg',
-      license='GPL',
+      license='ZPL',
       packages=find_packages(exclude=['ez_setup']),
       namespace_packages=['z3c', 'z3c.recipe'],
       include_package_data=True,



More information about the checkins mailing list