From a86a89517eafd8fbc688e6eb213a890e18406c16 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Fri, 13 Feb 2009 15:02:27 +0100 Subject: [PATCH] [FIX] We change the text of the license in the release.py because there is a problem with PyPi bzr revid: stephane@tinyerp.com-20090213140227-4r2ve2t2e61myjem --- bin/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release.py b/bin/release.py index 47c59deb140..5d0e607a544 100644 --- a/bin/release.py +++ b/bin/release.py @@ -35,7 +35,7 @@ customizable reports, and XML-RPC interfaces. ''' classifiers = """\ Development Status :: 5 - Production/Stable -License :: OSI Approved :: GNU General Public License Version 3 (GPL-3) +License :: OSI Approved :: GNU General Public License (GPL) Programming Language :: Python """ url = 'http://www.openerp.com'