Skip to content

Commit

Permalink
Add Framework :: Sphinx :: Extension classifier (#28)
Browse files Browse the repository at this point in the history
## Summary of changes

- Add `Framework :: Sphinx :: Extension` classifier to help people find
the extension via PyPi
- Fix keyword typo
  • Loading branch information
liran-funaro authored Jan 12, 2025
2 parents 07bdf1d + e9fec85 commit 357152b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ readme = "README.md"
authors = [{ name = "Liran Funaro", email = "[email protected]" }]
license = { text = "MIT" }
classifiers = [
"Framework :: Sphinx :: Extension",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules"
]
keywords = ["sphinx", "sphinx-extention", "markdown", "docs", "documentation", "builder"]
keywords = ["sphinx", "sphinx-extension", "markdown", "docs", "documentation", "builder"]
dependencies = ["sphinx>=5.1.0", "tabulate", "docutils"]
requires-python = ">=3.7"

Expand Down

0 comments on commit 357152b

Please sign in to comment.