copier-python 0.7.0__tar.gz → 0.7.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.
- {copier_python-0.7.0 → copier_python-0.7.1}/PKG-INFO +1 -1
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_license.ambr +788 -782
- {copier_python-0.7.0 → copier_python-0.7.1}/.gitignore +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/CONTRIBUTING.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/LICENSE +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/README.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/copier_python/__init__.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/copier_python/py.typed +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/contributing.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/development/requirements.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/development/updates.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/development/workflow.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/index.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/license.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/project-creation.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/project-development.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/project-release.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/project-setup.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/project-updates.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/releasing.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/requirements.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/docs/setup.md +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/pyproject.toml +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__init__.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_compose.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_contributing.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_dockerfile.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_docs.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_pyproject.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_readme.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_workflows.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/__snapshots__/test_zensical.ambr +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/conftest.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_compose.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_contributing.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_dockerfile.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_docs.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_license.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_pyproject.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_readme.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_structure.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_template.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_version.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.1}/tests/test_workflows.py +0 -0
- {copier_python-0.7.0 → copier_python-0.7.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.7.
|
|
3
|
+
Version: 0.7.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
|