[Erp5-report] r42987 rafael - /erp5/trunk/utils/erp5.utils.dists/setup.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 3 14:53:33 CET 2011
Author: rafael
Date: Thu Feb 3 14:53:33 2011
New Revision: 42987
URL: http://svn.erp5.org?rev=42987&view=rev
Log:
Fix License mistake and update classifiers.
Modified:
erp5/trunk/utils/erp5.utils.dists/setup.py
Modified: erp5/trunk/utils/erp5.utils.dists/setup.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.utils.dists/setup.py?rev=42987&r1=42986&r2=42987&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.utils.dists/setup.py [utf8] (original)
+++ erp5/trunk/utils/erp5.utils.dists/setup.py [utf8] Thu Feb 3 14:53:33 2011
@@ -20,11 +20,11 @@ setup(
description =
"",
long_description = long_description,
- license = "ZPL 2.1",
+ license = "GPLv3",
keywords = "erp5 bt5 distribute",
classifiers = [
- "License :: OSI Approved :: Zope Public License",
- "Framework :: Buildout",
+ "Topic :: Utilities",
+ "Topic :: System :: Archiving :: Packaging",
],
package_dir = {'': 'src'},
More information about the Erp5-report
mailing list