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,6 +8,7 @@ authors = [{name = "the hatch-rs authors", email = "
[email protected] "}]
88description = " Hatch plugin for Rust builds"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11+ <<<<<<< before updating
1112version = " 0.1.4"
1213requires-python = " >=3.9"
1314keywords = [
@@ -16,14 +17,18 @@ keywords = [
1617 " build" ,
1718 " rust" ,
1819]
20+ =======
21+ version = " 0.1.0"
22+ requires-python = " >=3.10"
23+ keywords = []
24+ >>>>>>> after updating
1925
2026classifiers = [
2127 " Development Status :: 3 - Alpha" ,
2228 " Programming Language :: Python" ,
2329 " Programming Language :: Python :: Implementation :: CPython" ,
2430 " Programming Language :: Python :: Implementation :: PyPy" ,
2531 " Programming Language :: Python :: 3" ,
26- " Programming Language :: Python :: 3.9" ,
2732 " Programming Language :: Python :: 3.10" ,
2833 " Programming Language :: Python :: 3.11" ,
2934 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments