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
commite459baad28b76ab6ed0aa412fa05f5793d66c681 (patch)
treecac4acfa3d0e042508e33b4363ad557eeb94df5a
parent1d4381433fc9e0e591f8850133ac0d5e597b6ed9 (diff)
downloadrsa-git-e459baad28b76ab6ed0aa412fa05f5793d66c681.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',