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 16e00b6 commit 63af73fCopy full SHA for 63af73f
1 file changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "pdoc"
3
description = "API Documentation for Python Projects"
4
readme = "README.md"
5
requires-python = ">=3.10"
6
-license = { text="MIT-0" }
+license = "MIT-0"
7
authors = [{name = "Maximilian Hils", email = "pdoc@maximilianhils.com"}]
8
dynamic = ["version"]
9
@@ -18,7 +18,6 @@ classifiers = [
18
"Topic :: Documentation",
19
"Topic :: Software Development :: Documentation",
20
"Topic :: Utilities",
21
- "License :: Public Domain",
22
"Development Status :: 5 - Production/Stable",
23
"Environment :: Console",
24
"Intended Audience :: Developers",
0 commit comments