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 6da602c commit c60c80fCopy full SHA for c60c80f
setup.py
@@ -70,6 +70,7 @@
70
# 'sample': ['package_data.dat'],
71
},
72
classifiers=[
73
+ # Update from here: https://pypi.org/classifiers/
74
"Development Status :: 4 - Beta",
75
"Intended Audience :: Developers",
76
"Intended Audience :: Science/Research",
@@ -86,6 +87,10 @@
86
87
"Programming Language :: Python :: Implementation :: CPython",
88
"Topic :: Software Development :: Libraries",
89
"Topic :: Software Development :: Libraries :: Python Modules",
90
+ "Topic :: Documentation",
91
+ "Topic :: Documentation :: Sphinx",
92
+ "Topic :: Text Processing :: Markup :: Markdown",
93
+ "Topic :: Utilities",
94
],
95
project_urls={
96
"Changelog": URL + "/releases",
0 commit comments