Skip to content

Commit 6f28b69

Browse files
authored
Merge pull request #31 from python-project-templates/tkp/tweaks
Small tweaks to pyproject
2 parents 573d8d6 + 8e4633d commit 6f28b69

File tree

5 files changed

+21
-16
lines changed

5 files changed

+21
-16
lines changed

cpp/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ requires-python = ">=3.7"
2121
classifiers = [
2222
"Development Status :: 3 - Alpha",
2323
"Programming Language :: C++",
24+
"Programming Language :: Python",
2425
"Programming Language :: Python :: Implementation :: CPython",
2526
"Programming Language :: Python :: Implementation :: PyPy",
2627
"Programming Language :: Python :: 3",

js/pyproject.toml.jinja

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

1818
classifiers = [
1919
"Development Status :: 3 - Alpha",
20+
"Programming Language :: Python",
2021
"Programming Language :: Python :: Implementation :: CPython",
2122
"Programming Language :: Python :: Implementation :: PyPy",
2223
"Programming Language :: Python :: 3",
@@ -28,10 +29,6 @@ classifiers = [
2829

2930
dependencies = []
3031

31-
[project.urls]
32-
Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
33-
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
34-
3532
[project.optional-dependencies]
3633
develop = [
3734
"build",
@@ -48,6 +45,10 @@ develop = [
4845

4946
[project.scripts]
5047

48+
[project.urls]
49+
Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
50+
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
51+
5152
[tool.bumpversion]
5253
current_version = "0.1.0"
5354
commit = true

jupyter/pyproject.toml.jinja

+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/{{github}}/{{project_name_formatted}}"
34-
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
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/{{github}}/{{project_name_formatted}}"
52+
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
53+
5354
[tool.bumpversion]
5455
current_version = "0.1.0"
5556
commit = true

python/pyproject.toml.jinja

+5-4
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/{{github}}/{{project_name_formatted}}"
30-
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
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/{{github}}/{{project_name_formatted}}"
46+
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
47+
4748
[tool.bumpversion]
4849
current_version = "0.1.0"
4950
commit = true

rust/pyproject.toml.jinja

+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/{{github}}/{{project_name_formatted}}"
31-
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
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/{{github}}/{{project_name_formatted}}"
48+
Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
49+
4950
[tool.bumpversion]
5051
current_version = "0.1.0"
5152
commit = true

0 commit comments

Comments
 (0)