1 file changed
+1
-1
lines changed- .github/release.yml+2
- .github/workflows/reusable-cookie.yml+3-11
- .pre-commit-config.yaml+3-3
- README.md+9-26
- cookiecutter.json+3-5
- copier.yml+2-3
- docs/_includes/pyproject.md-1
- docs/pages/guides/index.md+1-1
- docs/pages/guides/packaging_simple.md+5
- docs/pages/guides/style.md+22-22
- docs/pages/guides/tasks.md+2-2
- docs/pages/index.md+1-1
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+6-25
- {{cookiecutter.project_name}}/pyproject.toml+16-33
- {{cookiecutter.project_name}}/src/{{cookiecutter.__project_slug}}/__init__.py+1-1
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+1-1
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='pybind11' %}MANIFEST.in{% endif %}
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='setuptools' %}setup.cfg{% endif %}-78
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='setuptools' %}setup.py{% endif %}-13
0 commit comments