Skip to content

Commit 63af73f

Browse files
committed
Update licensing information in pyproject.toml
1 parent 16e00b6 commit 63af73f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pdoc"
33
description = "API Documentation for Python Projects"
44
readme = "README.md"
55
requires-python = ">=3.10"
6-
license = { text="MIT-0" }
6+
license = "MIT-0"
77
authors = [{name = "Maximilian Hils", email = "pdoc@maximilianhils.com"}]
88
dynamic = ["version"]
99

@@ -18,7 +18,6 @@ classifiers = [
1818
"Topic :: Documentation",
1919
"Topic :: Software Development :: Documentation",
2020
"Topic :: Utilities",
21-
"License :: Public Domain",
2221
"Development Status :: 5 - Production/Stable",
2322
"Environment :: Console",
2423
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)