Template repository for packages belonging to @litestar-org organization.
Usage:
- Pick this template in GitHub.
- If you don't want to use the
srcfolder, rename it and replace all references tosrcwith the new target folder. - Run
pre-commit install && pre-commit autoupdate - Update pyproject.toml with your dependencies and run
pdm updateto create a lock file. - Update the project description, keywords, author, maintainers etc. in pyproject.toml
Important
TODO
- Import the repository into sonarcloud and update the sonar properties file to use the correct project key.
- Add the
SONAR_TOKENsecret in GitHub as an action secret.
- To release you need to set the
PYPI_TOKENvalue in GitHub.