File tree 5 files changed +21
-16
lines changed
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"
21
21
classifiers = [
22
22
" Development Status :: 3 - Alpha" ,
23
23
" Programming Language :: C++" ,
24
+ " Programming Language :: Python" ,
24
25
" Programming Language :: Python :: Implementation :: CPython" ,
25
26
" Programming Language :: Python :: Implementation :: PyPy" ,
26
27
" Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ keywords = []
17
17
18
18
classifiers = [
19
19
"Development Status :: 3 - Alpha",
20
+ "Programming Language :: Python",
20
21
"Programming Language :: Python :: Implementation :: CPython",
21
22
"Programming Language :: Python :: Implementation :: PyPy",
22
23
"Programming Language :: Python :: 3",
@@ -28,10 +29,6 @@ classifiers = [
28
29
29
30
dependencies = []
30
31
31
- [project.urls]
32
- Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
33
- Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
34
-
35
32
[project.optional-dependencies]
36
33
develop = [
37
34
"build",
@@ -48,6 +45,10 @@ develop = [
48
45
49
46
[project.scripts]
50
47
48
+ [project.urls]
49
+ Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
50
+ Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
51
+
51
52
[tool.bumpversion]
52
53
current_version = "0.1.0"
53
54
commit = true
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ keywords = []
18
18
19
19
classifiers = [
20
20
"Development Status :: 3 - Alpha",
21
+ "Programming Language :: Python",
21
22
"Programming Language :: Python :: Implementation :: CPython",
22
23
"Programming Language :: Python :: Implementation :: PyPy",
23
24
"Programming Language :: Python :: 3",
@@ -29,10 +30,6 @@ classifiers = [
29
30
30
31
dependencies = []
31
32
32
- [project.urls]
33
- Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
34
- Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
35
-
36
33
[project.optional-dependencies]
37
34
develop = [
38
35
"build",
@@ -50,6 +47,10 @@ develop = [
50
47
51
48
[project.scripts]
52
49
50
+ [project.urls]
51
+ Repository = " https: //github.com /{{github}} /{{project_name_formatted}} "
52
+ Homepage = " https: //github.com /{{github}} /{{project_name_formatted}} "
53
+
53
54
[tool.bumpversion]
54
55
current_version = " 0.1.0 "
55
56
commit = true
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ keywords = []
14
14
15
15
classifiers = [
16
16
"Development Status :: 3 - Alpha",
17
+ "Programming Language :: Python",
17
18
"Programming Language :: Python :: Implementation :: CPython",
18
19
"Programming Language :: Python :: Implementation :: PyPy",
19
20
"Programming Language :: Python :: 3",
@@ -25,10 +26,6 @@ classifiers = [
25
26
26
27
dependencies = []
27
28
28
- [project.urls]
29
- Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
30
- Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
31
-
32
29
[project.optional-dependencies]
33
30
develop = [
34
31
"build",
@@ -44,6 +41,10 @@ develop = [
44
41
45
42
[project.scripts]
46
43
44
+ [project.urls]
45
+ Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
46
+ Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
47
+
47
48
[tool.bumpversion]
48
49
current_version = "0.1.0"
49
50
commit = true
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ keywords = []
15
15
classifiers = [
16
16
"Development Status :: 3 - Alpha",
17
17
"Programming Language :: Rust",
18
+ "Programming Language :: Python",
18
19
"Programming Language :: Python :: Implementation :: CPython",
19
20
"Programming Language :: Python :: Implementation :: PyPy",
20
21
"Programming Language :: Python :: 3",
@@ -26,10 +27,6 @@ classifiers = [
26
27
27
28
dependencies = []
28
29
29
- [project.urls]
30
- Repository = "https://github.com/{{github}}/{{project_name_formatted}}"
31
- Homepage = "https://github.com/{{github}}/{{project_name_formatted}}"
32
-
33
30
[project.optional-dependencies]
34
31
develop = [
35
32
"build",
@@ -46,6 +43,10 @@ develop = [
46
43
47
44
[project.scripts]
48
45
46
+ [project.urls]
47
+ Repository = " https: //github.com /{{github}} /{{project_name_formatted}} "
48
+ Homepage = " https: //github.com /{{github}} /{{project_name_formatted}} "
49
+
49
50
[tool.bumpversion]
50
51
current_version = " 0.1.0 "
51
52
commit = true
You can’t perform that action at this time.
0 commit comments