Skip to content

Commit 1498378

Browse files
committed
Change to SPDX license identifier; make readme non-dynamic
1 parent b119d13 commit 1498378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{name = "Bill Duncan", email = "[email protected]"},
1313
{name = "Harshad Hegde", email = "[email protected]"},
1414
]
15-
license = {text = "LICENSE"}
15+
license = "CC0-1.0"
1616
homepage = "https://github.com/linkml/linkml-runtime"
1717
repository = "https://github.com/linkml/linkml-runtime"
1818
documentation = "https://github.com/linkml/linkml-runtime"
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
include = ["linkml_runtime"]
3636
requires-python = ">=3.8"
37-
dynamic = ["version", "readme"]
37+
dynamic = ["version"]
3838
dependencies = [
3939
"click",
4040
"deprecated",

0 commit comments

Comments
 (0)