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.
2 parents 553272f + d73881d commit ffa5e7eCopy full SHA for ffa5e7e
pyproject.toml
@@ -17,7 +17,7 @@ dynamic = ["version", "dependencies", "optional-dependencies"]
17
18
[tool.setuptools.dynamic]
19
dependencies = {file = ["requirements.txt"]}
20
-optional-dependencies = {test = { file = ["test-requirements.txt"] }}
+optional-dependencies = {test = { file = ["test_requirements.txt"] }}
21
22
[project.scripts]
23
buildrunner = "buildrunner.cli:main"
0 commit comments