File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-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-cpp authors", email = "
[email protected] "}]
88description = " Hatch plugin for C++ builds"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11+ <<<<<<< before updating
1112version = " 0.1.9"
1213requires-python = " >=3.9"
1314keywords = [
@@ -18,14 +19,19 @@ keywords = [
1819 " c++" ,
1920 " cmake" ,
2021]
22+ =======
23+ version = " 0.1.0"
24+ requires-python = " >=3.10"
25+ keywords = []
26+
27+ >>>>>>> after updating
2128classifiers = [
2229 " Development Status :: 3 - Alpha" ,
2330 " License :: OSI Approved :: Apache Software License" ,
2431 " Programming Language :: Python" ,
2532 " Programming Language :: Python :: Implementation :: CPython" ,
2633 " Programming Language :: Python :: Implementation :: PyPy" ,
2734 " Programming Language :: Python :: 3" ,
28- " Programming Language :: Python :: 3.9" ,
2935 " Programming Language :: Python :: 3.10" ,
3036 " Programming Language :: Python :: 3.11" ,
3137 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments