summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-11-11 10:43:11 -0800
committerThomas Kluyver <takowl@gmail.com>2013-11-11 10:43:11 -0800
commit5caa22112a11f2cabdacd8302536580012a2bf98 (patch)
tree8298454c135a97339712c5ec884d8a40f6506cfe /setup.py
parenta3a58027e840a356db2975211b4ff31ee52b10d1 (diff)
downloadpexpect-git-5caa22112a11f2cabdacd8302536580012a2bf98.tar.gz
Fix Trove classifiers to allow PyPI upload
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e31333a..c449070 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,6 @@ setup (name='pexpect',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
- 'Intended Audience :: Quality Engineers',
'License :: OSI Approved :: ISC License (ISCL)',
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
@@ -29,7 +28,9 @@ setup (name='pexpect',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
- 'Topic :: System, System :: Archiving :: Packaging, System :: Installation/Setup',
+ 'Topic :: System',
+ 'Topic :: System :: Archiving :: Packaging',
+ 'Topic :: System :: Installation/Setup',
'Topic :: System :: Shells',
'Topic :: System :: Software Distribution',
'Topic :: Terminals',