Skip to content

Commit

Permalink
docs: update README.md to mention complete list of paths (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jovans-getpassport authored and jenstroeger committed Nov 12, 2021
1 parent 54fedc7 commit e25fb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you’d like to start your own Python project from scratch, you can either co
pre-commit install --hook-type pre-push
```

- Rename the `src/package/` folder to whatever your own package’s name will be, and adjust the Github Actions in `.github/workflows/` and the unit tests accordingly.
- Rename the `src/package/` folder to whatever your own package’s name will be, and adjust the Github Actions in `.github/workflows/`, `setup.py`, `pyproject.toml`, `pre-commit-config.yaml` and the unit tests accordingly.

- Adjust the content of the `setup.py` file according to your needs, and reset the package’s version number in `src/package/__init__.py`. Don’t forget to delete the content of the `CHANGELOG.md` file (except for the first placeholder line).

Expand Down

0 comments on commit e25fb95

Please sign in to comment.