Skip to content

Commit

Permalink
Update README_dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland authored Oct 8, 2024
1 parent 6ef7167 commit 04c1665
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,19 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions
]
```
5. Add developer dependencies if you like
6. Change the "source" URL
```bash
[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"black",
]
```
7. Change the "source" URL
```bash
"Source" = "https://github.com/awegroup/<your_repository>"
```
7. Optional, if you would like your users to ONLY install `.py` files within the `src/<package-name>` directory and not the other files, you can remove the following lines:
8. Optional, if you would like your users to ONLY install `.py` files within the `src/<package-name>` directory and not the other files, you can remove the following lines:
```bash
# To grab all the files from the src folders of installed packages, not only the .py files
[tool.setuptools.packages.find]
Expand Down

0 comments on commit 04c1665

Please sign in to comment.