Skip to content

Commit fb8fb46

Browse files
committed
Merge pull request #182 from losintikfos/master
Restored classifiers for setup.py
2 parents 4be8b01 + 0c209cc commit fb8fb46

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)