File tree Expand file tree Collapse file tree 5 files changed +21
-16
lines changed
Expand file tree Collapse file tree 5 files changed +21
-16
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ requires-python = ">=3.7"
2121classifiers = [
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" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ keywords = []
1717
1818classifiers = [
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
2930dependencies = []
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]
3633develop = [
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]
5253current_version = "0.1.0"
5354commit = true
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ keywords = []
1818
1919classifiers = [
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
3031dependencies = []
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]
3734develop = [
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]
5455current_version = " 0.1.0 "
5556commit = true
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ keywords = []
1414
1515classifiers = [
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
2627dependencies = []
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]
3330develop = [
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]
4849current_version = "0.1.0"
4950commit = true
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ keywords = []
1515classifiers = [
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
2728dependencies = []
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]
3431develop = [
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]
5051current_version = " 0.1.0 "
5152commit = true
You can’t perform that action at this time.
0 commit comments