Skip to content

Commit fbfd974

Browse files
authored
Merge pull request #20 from python-project-templates/copier-update-2024-12-22T05-10-01
Update from copier (2024-12-22T05:10:01)
2 parents 412ab5b + 81889cb commit fbfd974

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.copier-answers.yml

+1-1
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: rust
55

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ keywords = []
1515
classifiers = [
1616
"Development Status :: 3 - Alpha",
1717
"Programming Language :: Rust",
18+
"Programming Language :: Python",
1819
"Programming Language :: Python :: Implementation :: CPython",
1920
"Programming Language :: Python :: Implementation :: PyPy",
2021
"Programming Language :: Python :: 3",
@@ -26,10 +27,6 @@ classifiers = [
2627

2728
dependencies = []
2829

29-
[project.urls]
30-
Repository = "https://github.com/python-project-templates/python-template-rust"
31-
Homepage = "https://github.com/python-project-templates/python-template-rust"
32-
3330
[project.optional-dependencies]
3431
develop = [
3532
"build",
@@ -46,6 +43,10 @@ develop = [
4643

4744
[project.scripts]
4845

46+
[project.urls]
47+
Repository = "https://github.com/python-project-templates/python-template-rust"
48+
Homepage = "https://github.com/python-project-templates/python-template-rust"
49+
4950
[tool.bumpversion]
5051
current_version = "0.1.0"
5152
commit = true

0 commit comments

Comments
 (0)