File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes here will be overwritten by Copier
2
- _commit : 573d8d6
2
+ _commit : 6f28b69
3
3
_src_path : https://github.com/python-project-templates/base.git
4
4
add_extension : rust
5
5
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/python-project-templates/python-template-rust"
31
- Homepage = " https://github.com/python-project-templates/python-template-rust"
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/python-project-templates/python-template-rust"
48
+ Homepage = " https://github.com/python-project-templates/python-template-rust"
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