Skip to content

Commit 5b920a9

Browse files
authored
Merge pull request #20 from python-project-templates/copier-update-2024-12-22T05-14-30
Update from copier (2024-12-22T05:14:30)
2 parents c27b949 + 03981e3 commit 5b920a9

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: jupyter
55

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ keywords = []
1818

1919
classifiers = [
2020
"Development Status :: 3 - Alpha",
21+
"Programming Language :: Python",
2122
"Programming Language :: Python :: Implementation :: CPython",
2223
"Programming Language :: Python :: Implementation :: PyPy",
2324
"Programming Language :: Python :: 3",
@@ -29,10 +30,6 @@ classifiers = [
2930

3031
dependencies = []
3132

32-
[project.urls]
33-
Repository = "https://github.com/python-project-templates/python-template-jupyter"
34-
Homepage = "https://github.com/python-project-templates/python-template-jupyter"
35-
3633
[project.optional-dependencies]
3734
develop = [
3835
"build",
@@ -50,6 +47,10 @@ develop = [
5047

5148
[project.scripts]
5249

50+
[project.urls]
51+
Repository = "https://github.com/python-project-templates/python-template-jupyter"
52+
Homepage = "https://github.com/python-project-templates/python-template-jupyter"
53+
5354
[tool.bumpversion]
5455
current_version = "0.1.0"
5556
commit = true

0 commit comments

Comments
 (0)