[Checkins] SVN: megrok.z3cform.wizard/trunk/setup.py Set ZPL as license.

Uli Fouquet uli at gnufix.de
Sat Feb 13 08:58:01 EST 2010


Log message for revision 109014:
  Set ZPL as license.
  

Changed:
  U   megrok.z3cform.wizard/trunk/setup.py

-=-
Modified: megrok.z3cform.wizard/trunk/setup.py
===================================================================
--- megrok.z3cform.wizard/trunk/setup.py	2010-02-13 13:56:43 UTC (rev 109013)
+++ megrok.z3cform.wizard/trunk/setup.py	2010-02-13 13:58:00 UTC (rev 109014)
@@ -12,12 +12,13 @@
       classifiers=[
         "Programming Language :: Python",
         "Topic :: Software Development :: Libraries :: Python Modules",
+        "License :: OSI Approved :: Zope Public License",
         ],
       keywords='grok z3c.form megrok.z3cform.wizard',
       author='Christian Klinger',
       author_email='cklinger at novareto.de',
       url='',
-      license='GPL',
+      license='ZPL',
       package_dir={'':'src'},
       packages=find_packages('src', exclude=['ez_setup']),
       namespace_packages=['megrok', 'megrok.z3cform'],



More information about the checkins mailing list