Skip to content

Commit 973a7c8

Browse files
authored
Update {{cookiecutter.project_name}}/project_setup.md
1 parent f564448 commit 973a7c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/project_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ of the
4545
guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=dependencies-and-package-management).
4646

4747
- 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]`.
48+
- Development dependencies should be added to `setup.cfg` in one of the lists under `[options.extras_require]`.
4949

5050
## Packaging/One command install
5151

0 commit comments

Comments
 (0)