[Checkins] SVN: z3c.zalchemy/branches/buildoutify/setup.py -
whitespace/minor typo
Christian Theune
ct at gocept.com
Wed Feb 28 19:57:44 EST 2007
Log message for revision 72928:
- whitespace/minor typo
Changed:
U z3c.zalchemy/branches/buildoutify/setup.py
-=-
Modified: z3c.zalchemy/branches/buildoutify/setup.py
===================================================================
--- z3c.zalchemy/branches/buildoutify/setup.py 2007-02-28 23:30:03 UTC (rev 72927)
+++ z3c.zalchemy/branches/buildoutify/setup.py 2007-03-01 00:57:43 UTC (rev 72928)
@@ -12,7 +12,7 @@
package_dir = {'': 'src'},
include_package_data = True,
zip_safe=False,
- license='ZPT 2.1',
+ license='ZPL 2.1',
install_requires=['setuptools',
'SQLAlchemy',
'ZODB3',
@@ -25,6 +25,3 @@
test = []
)
)
-
-
-
More information about the Checkins
mailing list