File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
44add_extension : rust
55email : 3105306+timkpaine@users.noreply.github.com
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/python-project-templates/python-template-rust"
31- Homepage = " https://github.com/python-project-templates/python-template-rust"
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/python-project-templates/python-template-rust"
48+ Homepage = " https://github.com/python-project-templates/python-template-rust"
49+
4950[tool .bumpversion ]
5051current_version = " 0.1.0"
5152commit = true
You can’t perform that action at this time.
0 commit comments