Skip to content

Commit c147499

Browse files
committed
fix pyproject schema
1 parent e614270 commit c147499

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"Programming Language :: Python :: 3.9",
1818
]
19-
dynamic = ["version"]
19+
dynamic = ["optional-dependencies"]
2020

21-
[project.optional-depencencies]
22-
test = [
23-
"pytest",
24-
]
21+
[tool.setuptools.dynamic]
22+
optional-dependencies.test = {file = ["pytest"]}
2523

2624
[project.urls]
2725
Homepage = "https://github.com/comfuture/function-schema"

0 commit comments

Comments
 (0)