Updated license in setup.py
diff --git a/setup.py b/setup.py
index fd9f67e..4eae2e0 100755
--- a/setup.py
+++ b/setup.py
@@ -17,14 +17,13 @@
     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',