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.
2 parents 4be8b01 + 0c209cc commit fb8fb46Copy full SHA for fb8fb46
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