We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f564448 commit 973a7c8Copy full SHA for 973a7c8
1 file changed
{{cookiecutter.project_name}}/project_setup.md
@@ -45,7 +45,7 @@ of the
45
guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=dependencies-and-package-management).
46
47
- Runtime dependencies should be added to `setup.cfg` in the `install_requires` list under `[options]`.
48
-- Development dependencies should be added to `setup.cfg` in the list under `[options.extras_require]`.
+- Development dependencies should be added to `setup.cfg` in one of the lists under `[options.extras_require]`.
49
50
## Packaging/One command install
51
0 commit comments