Remember to:
- Replace all instances of
project-name
with the real name of the project - Replace all instances of
project_name
with the "package name" of the project - Rename the source code folder from
project_name
to your package name - Generate a lock file (
poetry install --with dev,tests,linters
) - Rewrite the
README.md
- If the project is not an executable, delete the files:
src/project_name/main.py
src/project_name/logger.py
src/project_name/logger_config.toml
src/project_name/config.py
python-dotenv
andtomli
as dependencies inpyproject.toml
(unless otherwise needed)