Skip to content

Commit 29a4146

Browse files
committed
Add trove classifiers
1 parent 2d0d652 commit 29a4146

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ authors = [{ name = "Dmitry Shachnev", email = "[email protected]" }]
1111
license = "BSD-3-Clause"
1212
requires-python = ">=3.9"
1313
dependencies = ["Markdown>=3.0"]
14+
classifiers = [
15+
"Development Status :: 5 - Production/Stable",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python",
18+
"Programming Language :: Python :: 3",
19+
"Topic :: Scientific/Engineering :: Mathematics",
20+
"Topic :: Software Development :: Libraries :: Python Modules",
21+
"Topic :: Text Processing :: Markup :: Markdown",
22+
]
1423

1524
[project.entry-points."markdown.extensions"]
1625
mdx_math = "mdx_math:MathExtension"

0 commit comments

Comments
 (0)