summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2011-08-05 10:39:20 +0200
committerSybren A. St?vel <sybren@stuvel.eu>2011-08-05 10:39:20 +0200
commit21295eb99ea037ac3d21bf1ed556adb8f1035646 (patch)
treecac4acfa3d0e042508e33b4363ad557eeb94df5a
parent820f0e91c5dfb4f154225763aa97cb3167efdc3b (diff)
downloadrsa-21295eb99ea037ac3d21bf1ed556adb8f1035646.tar.gz
Updated license in setup.pyversion-3.0
-rwxr-xr-xsetup.py7
1 files 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',