File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-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 : true
55add_extension : python
Original file line number Diff line number Diff line change @@ -8,8 +8,13 @@ authors = [{name = "the hatch-multi authors", email = "
[email protected] "}]
88description = " Create multiple discrete packages from optional-dependencies (extras)"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11+ <<<<<<< before updating
1112version = " 1.0.0"
1213requires-python = " >=3.9"
14+ =======
15+ version = " 0.1.0"
16+ requires-python = " >=3.10"
17+ >>>>>>> after updating
1318keywords = []
1419
1520classifiers = [
@@ -18,7 +23,6 @@ classifiers = [
1823 " Programming Language :: Python :: Implementation :: CPython" ,
1924 " Programming Language :: Python :: Implementation :: PyPy" ,
2025 " Programming Language :: Python :: 3" ,
21- " Programming Language :: Python :: 3.9" ,
2226 " Programming Language :: Python :: 3.10" ,
2327 " Programming Language :: Python :: 3.11" ,
2428 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments