Skip to content

Commit 0c209cc

Browse files
committed
Restored classifiers for setup.py
1 parent 4be8b01 commit 0c209cc

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
@@ -75,6 +75,7 @@ def load_module(module_name, script_file):
7575
'Programming Language :: Python :: 3.2',
7676
'Programming Language :: Python :: 3.3',
7777
'Programming Language :: Python :: 3.4',
78-
'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
78+
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
79+
'Topic :: Software Development :: Libraries :: Python Modules'
7980
],
8081
)

0 commit comments

Comments
 (0)