diff --git a/README.md b/README.md index dc89f23f..3ed4636e 100644 --- a/README.md +++ b/README.md @@ -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).