Skip to content

Commit c60c80f

Browse files
committed
Add additional pypi classifiers
1 parent 6da602c commit c60c80f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
# 'sample': ['package_data.dat'],
7171
},
7272
classifiers=[
73+
# Update from here: https://pypi.org/classifiers/
7374
"Development Status :: 4 - Beta",
7475
"Intended Audience :: Developers",
7576
"Intended Audience :: Science/Research",
@@ -86,6 +87,10 @@
8687
"Programming Language :: Python :: Implementation :: CPython",
8788
"Topic :: Software Development :: Libraries",
8889
"Topic :: Software Development :: Libraries :: Python Modules",
90+
"Topic :: Documentation",
91+
"Topic :: Documentation :: Sphinx",
92+
"Topic :: Text Processing :: Markup :: Markdown",
93+
"Topic :: Utilities",
8994
],
9095
project_urls={
9196
"Changelog": URL + "/releases",

0 commit comments

Comments
 (0)