We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f4db5 commit 1db6cc5Copy full SHA for 1db6cc5
1 file changed
pyproject.toml
@@ -10,12 +10,11 @@ version = "0.6.8"
10
description = "A Sphinx extension to add markdown generation support."
11
readme = "README.md"
12
authors = [{ name = "Liran Funaro", email = "liran.funaro@gmail.com" }]
13
-license = { text = "MIT" }
+license = "MIT"
14
classifiers = [
15
"Framework :: Sphinx :: Extension",
16
"Programming Language :: Python",
17
"Programming Language :: Python :: 3",
18
- "License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
"Topic :: Software Development :: Libraries :: Python Modules"
21
]
0 commit comments