Skip to content

Commit f952404

Browse files
authored
Merge pull request #17 from python-project-templates/copier-update-2025-06-17T14-48-15
Update from copier (2025-06-17T14:48:15)
2 parents 28b552e + 7d2badb commit f952404

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

.copier-answers.yml renamed to .copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: d56cb12
2+
_commit: 5c63cb2
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: cpp
55
email: 3105306+timkpaine@users.noreply.github.com
File renamed without changes.
File renamed without changes.
File renamed without changes.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 Python Project Template Authors
189+
Copyright 2025 Python Project Template Authors
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A C++-Python project template
44

5-
[![Build Status](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yml)
5+
[![Build Status](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yaml)
66
[![codecov](https://codecov.io/gh/python-project-templates/python-template-cpp/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/python-template-cpp)
77
[![License](https://img.shields.io/github/license/python-project-templates/python-template-cpp)](https://github.com/python-project-templates/python-template-cpp)
88
[![PyPI](https://img.shields.io/pypi/v/python-template-cpp.svg)](https://pypi.python.org/pypi/python-template-cpp)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ replace = 'version = "{new_version}"'
6969

7070
[tool.check-manifest]
7171
ignore = [
72-
".copier-answers.yml",
72+
".copier-answers.yaml",
7373
".clang-format",
7474
"Makefile",
7575
"docs/**/*",

0 commit comments

Comments
 (0)