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 2d0d652 commit 29a4146Copy full SHA for 29a4146
pyproject.toml
@@ -11,6 +11,15 @@ authors = [{ name = "Dmitry Shachnev", email = "[email protected]" }]
11
license = "BSD-3-Clause"
12
requires-python = ">=3.9"
13
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
+]
23
24
[project.entry-points."markdown.extensions"]
25
mdx_math = "mdx_math:MathExtension"
0 commit comments