copier-python 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. {copier_python-0.2.0 → copier_python-0.2.1}/PKG-INFO +1 -1
  2. {copier_python-0.2.0 → copier_python-0.2.1}/docs/releasing.md +1 -0
  3. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_docs.ambr +2 -0
  4. {copier_python-0.2.0 → copier_python-0.2.1}/.gitignore +0 -0
  5. {copier_python-0.2.0 → copier_python-0.2.1}/CONTRIBUTING.md +0 -0
  6. {copier_python-0.2.0 → copier_python-0.2.1}/LICENSE +0 -0
  7. {copier_python-0.2.0 → copier_python-0.2.1}/README.md +0 -0
  8. {copier_python-0.2.0 → copier_python-0.2.1}/copier_python/__init__.py +0 -0
  9. {copier_python-0.2.0 → copier_python-0.2.1}/copier_python/py.typed +0 -0
  10. {copier_python-0.2.0 → copier_python-0.2.1}/docs/contributing.md +0 -0
  11. {copier_python-0.2.0 → copier_python-0.2.1}/docs/development/requirements.md +0 -0
  12. {copier_python-0.2.0 → copier_python-0.2.1}/docs/development/updates.md +0 -0
  13. {copier_python-0.2.0 → copier_python-0.2.1}/docs/development/workflow.md +0 -0
  14. {copier_python-0.2.0 → copier_python-0.2.1}/docs/index.md +0 -0
  15. {copier_python-0.2.0 → copier_python-0.2.1}/docs/license.md +0 -0
  16. {copier_python-0.2.0 → copier_python-0.2.1}/docs/project-creation.md +0 -0
  17. {copier_python-0.2.0 → copier_python-0.2.1}/docs/project-development.md +0 -0
  18. {copier_python-0.2.0 → copier_python-0.2.1}/docs/project-release.md +0 -0
  19. {copier_python-0.2.0 → copier_python-0.2.1}/docs/project-setup.md +0 -0
  20. {copier_python-0.2.0 → copier_python-0.2.1}/docs/project-updates.md +0 -0
  21. {copier_python-0.2.0 → copier_python-0.2.1}/docs/requirements.md +0 -0
  22. {copier_python-0.2.0 → copier_python-0.2.1}/docs/setup.md +0 -0
  23. {copier_python-0.2.0 → copier_python-0.2.1}/pyproject.toml +0 -0
  24. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__init__.py +0 -0
  25. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_compose.ambr +0 -0
  26. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_contributing.ambr +0 -0
  27. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_license.ambr +0 -0
  28. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_pyproject.ambr +0 -0
  29. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_readme.ambr +0 -0
  30. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_workflows.ambr +0 -0
  31. {copier_python-0.2.0 → copier_python-0.2.1}/tests/__snapshots__/test_zensical.ambr +0 -0
  32. {copier_python-0.2.0 → copier_python-0.2.1}/tests/conftest.py +0 -0
  33. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_compose.py +0 -0
  34. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_contributing.py +0 -0
  35. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_docs.py +0 -0
  36. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_license.py +0 -0
  37. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_pyproject.py +0 -0
  38. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_readme.py +0 -0
  39. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_structure.py +0 -0
  40. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_template.py +0 -0
  41. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_version.py +0 -0
  42. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_workflows.py +0 -0
  43. {copier_python-0.2.0 → copier_python-0.2.1}/tests/test_zensical.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: copier-python
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Copier template for Python projects with modern tooling
5
5
  Project-URL: Homepage, https://smkent.github.io/copier-python
6
6
  Project-URL: Repository, https://github.com/smkent/copier-python
@@ -29,3 +29,4 @@ git push --tags
29
29
  [github-release-badge]: https://img.shields.io/github/v/release/smkent/copier-python
30
30
  [pypi-badge]: https://img.shields.io/pypi/v/copier-python
31
31
  [pypi-project]: https://pypi.org/project/copier-python/
32
+ [semver]: https://semver.org/
@@ -516,6 +516,7 @@
516
516
  [github-release-badge]: https://img.shields.io/github/v/release/ness/PKFire
517
517
  [github-release-latest]: https://github.com/ness/PKFire/releases/latest
518
518
  [github-releases]: https://github.com/ness/PKFire/releases
519
+ [semver]: https://semver.org/
519
520
 
520
521
  '''
521
522
  # ---
@@ -619,6 +620,7 @@
619
620
  [github-releases]: https://github.com/ness/PKFire/releases
620
621
  [pypi-badge]: https://img.shields.io/pypi/v/PKFire
621
622
  [pypi-project]: https://pypi.org/project/PKFire/
623
+ [semver]: https://semver.org/
622
624
 
623
625
  '''
624
626
  # ---
File without changes
File without changes
File without changes