[wwwsearch-commits] r26886 - wwwsearch/ClientForm/trunk

jjlee at codespeak.net jjlee at codespeak.net
Sat May 6 20:24:09 CEST 2006


Author: jjlee
Date: Sat May  6 20:24:08 2006
New Revision: 26886

Modified:
   wwwsearch/ClientForm/trunk/setup.py
Log:
Note acceptability of ZPL 2.1 in setup.py

Modified: wwwsearch/ClientForm/trunk/setup.py
==============================================================================
--- wwwsearch/ClientForm/trunk/setup.py	(original)
+++ wwwsearch/ClientForm/trunk/setup.py	Sat May  6 20:24:08 2006
@@ -19,7 +19,7 @@
 INSTALL_REQUIRES = []
 NAME = "ClientForm"
 PACKAGE = False
-LICENSE = "BSD"
+LICENSE = "BSD"  # or ZPL 2.1
 PLATFORMS = ["any"]
 ZIP_SAFE = True
 CLASSIFIERS = """\


More information about the wwwsearch-commits mailing list