From e459baad28b76ab6ed0aa412fa05f5793d66c681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 5 Aug 2011 10:39:20 +0200 Subject: Updated license in setup.py --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index fd9f67e..4eae2e0 100755 --- a/setup.py +++ b/setup.py @@ -17,14 +17,13 @@ setup(name='rsa', maintainer_email='sybren@stuvel.eu', url='http://stuvel.eu/rsa', packages=['rsa'], - license='GPL + EUPL', + license='ASL 2', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Education', 'Intended Audience :: Information Technology', - 'License :: OSI Approved :: GNU General Public License (GPL)', - 'License :: OSI Approved :: European Union Public Licence 1.1 (EUPL 1.1)', + 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Security :: Cryptography', -- cgit v1.2.1