We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be8b01 commit 0c209ccCopy full SHA for 0c209cc
setup.py
@@ -75,6 +75,7 @@ def load_module(module_name, script_file):
75
'Programming Language :: Python :: 3.2',
76
'Programming Language :: Python :: 3.3',
77
'Programming Language :: Python :: 3.4',
78
- 'Topic :: Internet :: WWW/HTTP :: Dynamic Content'
+ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
79
+ 'Topic :: Software Development :: Libraries :: Python Modules'
80
],
81
)
0 commit comments