summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. St?vel <sybren@stuvel.eu>2010-02-05 10:13:23 +0100
committerSybren A. St?vel <sybren@stuvel.eu>2010-02-05 10:13:23 +0100
commitbd9d4a6974822b99743c74b5abca9d0bf721f16e (patch)
tree1087198947ca89de70dd6a0bfd86acc4eeb605de
parent61d7d91ea44a4cd4dfd046df680cacbd94a75161 (diff)
downloadrsa-bd9d4a6974822b99743c74b5abca9d0bf721f16e.tar.gz
Updated trove classifiers
-rwxr-xr-xsetup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 5ccc224..337670e 100755
--- a/setup.py
+++ b/setup.py
@@ -16,13 +16,13 @@ setup(name='rsa',
license='GPL + EUPL',
classifiers=[
'Development Status :: 4 - Beta',
- 'Intended Audience :: End Users/Desktop',
+ '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)',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Topic :: Multimedia :: Graphics :: Capture :: Digital Camera',
- 'Topic :: Artistic Software',
- 'Natural Language :: English',
+ 'Topic :: Security :: Cryptography',
],
)