We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aca722e + 5ac3667 commit bb6239fCopy full SHA for bb6239f
pyproject.toml
@@ -17,6 +17,12 @@ repository = "https://github.com/SmartMonkey-git/robinson-group-python-template.
17
documentation = "https://github.com/SmartMonkey-git/robinson-group-python-template"
18
bugtracker = "https://github.com/SmartMonkey-git/robinson-group-python-template/issues"
19
20
+[project.optional-dependencies]
21
+test=[]
22
+
23
+[tool.setuptools.dynamic.optional-dependencies]
24
+test = {file = ["requirements/requirements_test.txt"]}
25
26
[tool.setuptools]
27
packages.find = { where = ["src"] }
28
0 commit comments