Skip to content

Commit 82711a2

Browse files
committed
Fix Trove classifiers
1 parent ea1dd8c commit 82711a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def read(f):
5252
'Intended Audience :: Developers', 'Programming Language :: Python',
5353
'Programming Language :: Python :: 3',
5454
'Programming Language :: Python :: 3.3',
55-
'Programming Language :: Python :: 3.4', 'Topic :: Internet :: WWW/HTTP'
55+
'Programming Language :: Python :: 3.4',
56+
'Topic :: Software Development :: Libraries'
5657
],
5758
author='Andrew Svetlov',
5859
author_email='[email protected]',

0 commit comments

Comments
 (0)