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 : python
55
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/python-project-templates/python-template"
30- Homepage = " https://github.com/python-project-templates/python-template"
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/python-project-templates/python-template"
46+ Homepage = " https://github.com/python-project-templates/python-template"
47+
4748[tool .bumpversion ]
4849current_version = " 0.1.0"
4950commit = true
You can’t perform that action at this time.
0 commit comments