Skip to content

Commit

Permalink
Add Sphinx Extension classifier
Browse files Browse the repository at this point in the history
Add the Sphinx Extension PyPi classifier so that the extension shows up in the correct [PyPi filters](https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Extension).
  • Loading branch information
jdillard authored Nov 19, 2022
1 parent 1be0091 commit b1a266b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"requests",
],
classifiers=[
"Framework :: Sphinx :: Extension",
"Programming Language :: Python :: 3",
"Operating System :: Unix ",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit b1a266b

Please sign in to comment.