Skip to content

Commit 108a26e

Browse files
authored
Merge pull request #22 from python-project-templates/copier-update-2024-12-22T05-16-27
Update from copier (2024-12-22T05:16:27)
2 parents a6bc41d + 6be8fe7 commit 108a26e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.copier-answers.yml

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: 573d8d6
2+
_commit: 6f28b69
33
_src_path: https://github.com/python-project-templates/base.git
44
add_extension: python
55

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ keywords = []
1414

1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
17+
"Programming Language :: Python",
1718
"Programming Language :: Python :: Implementation :: CPython",
1819
"Programming Language :: Python :: Implementation :: PyPy",
1920
"Programming Language :: Python :: 3",
@@ -25,10 +26,6 @@ classifiers = [
2526

2627
dependencies = []
2728

28-
[project.urls]
29-
Repository = "https://github.com/python-project-templates/python-template"
30-
Homepage = "https://github.com/python-project-templates/python-template"
31-
3229
[project.optional-dependencies]
3330
develop = [
3431
"build",
@@ -44,6 +41,10 @@ develop = [
4441

4542
[project.scripts]
4643

44+
[project.urls]
45+
Repository = "https://github.com/python-project-templates/python-template"
46+
Homepage = "https://github.com/python-project-templates/python-template"
47+
4748
[tool.bumpversion]
4849
current_version = "0.1.0"
4950
commit = true

0 commit comments

Comments
 (0)