File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : 18afe0a
2+ _commit : 973c39c
33_src_path : https://github.com/python-project-templates/base.git
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -8,21 +8,26 @@ authors = [{name = "the hatch-build authors", email = "
[email protected] "}]
88description = " A minimal CLI wrapper around hatchling build"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11+ <<<<<<< before updating
1112version = " 0.4.0"
1213requires-python = " >=3.9"
1314keywords = [
1415 " build" ,
1516 " hatch" ,
1617 " packaging" ,
1718]
19+ =======
20+ version = " 0.1.0"
21+ requires-python = " >=3.10"
22+ keywords = []
23+ >>>>>>> after updating
1824
1925classifiers = [
2026 " Development Status :: 3 - Alpha" ,
2127 " Programming Language :: Python" ,
2228 " Programming Language :: Python :: Implementation :: CPython" ,
2329 " Programming Language :: Python :: Implementation :: PyPy" ,
2430 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.9" ,
2631 " Programming Language :: Python :: 3.10" ,
2732 " Programming Language :: Python :: 3.11" ,
2833 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments