Remember to:
- Replace all instances of
project-namewith the real name of the project - Replace all instances of
project_namewith the "package name" of the project - Rename the source code folder from
project_nameto 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.pysrc/project_name/logger.pysrc/project_name/logger_config.tomlsrc/project_name/config.pypython-dotenvandtomlias dependencies inpyproject.toml(unless otherwise needed)