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
commit71b46735891e29b2425eb0fe14eb0a071a880f3a (patch)
tree1087198947ca89de70dd6a0bfd86acc4eeb605de
parent86dba87654f54a66051c53680cfc3f9d12898b4e (diff)
downloadrsa-git-71b46735891e29b2425eb0fe14eb0a071a880f3a.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',
],
)