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 e614270 commit c147499Copy full SHA for c147499
pyproject.toml
@@ -16,12 +16,10 @@ classifiers = [
16
"Development Status :: 3 - Alpha",
17
"Programming Language :: Python :: 3.9",
18
]
19
-dynamic = ["version"]
+dynamic = ["optional-dependencies"]
20
21
-[project.optional-depencencies]
22
-test = [
23
- "pytest",
24
-]
+[tool.setuptools.dynamic]
+optional-dependencies.test = {file = ["pytest"]}
25
26
[project.urls]
27
Homepage = "https://github.com/comfuture/function-schema"
0 commit comments