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 : js
55email : 3105306+timkpaine@users.noreply.github.com
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/python-project-templates/python-template-js"
33- Homepage = " https://github.com/python-project-templates/python-template-js"
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/python-project-templates/python-template-js"
50+ Homepage = " https://github.com/python-project-templates/python-template-js"
51+
5152[tool .bumpversion ]
5253current_version = " 0.1.0"
5354commit = true
You can’t perform that action at this time.
0 commit comments