File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier
2- _commit : b74d698
2+ _commit : 37f89c1
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 22requires = [
33 " hatchling" ,
44]
5+ <<<<<<< before updating
56build-backend = " hatchling.build"
7+ =======
8+ build-backend =" hatchling.build"
9+ >>>>>>> after updating
610
711[project ]
812name = " yardang"
@@ -70,6 +74,7 @@ develop = [
7074 " pytest-cov" ,
7175 " ruff>=0.9,<0.15" ,
7276 " twine" ,
77+ " ty" ,
7378 " uv" ,
7479 " wheel" ,
7580]
@@ -130,19 +135,25 @@ src = "/"
130135packages = [
131136 " yardang" ,
132137]
138+ <<<<<<< before updating
133139exclude = [
134140 " docs/*" ,
135141 " examples/*" ,
136142]
143+ =======
144+ >>>>>>> after updating
137145
138146[tool .hatch .build .targets .wheel ]
139147packages = [
140148 " yardang" ,
141149]
150+ <<<<<<< before updating
142151exclude = [
143152 " docs/*" ,
144153 " examples/*" ,
145154]
155+ =======
156+ >>>>>>> after updating
146157
147158[tool .hatch .build .targets .wheel .shared-data ]
148159
@@ -180,6 +191,7 @@ section-order = [
180191 " F401" ,
181192 " F403" ,
182193]
194+ <<<<<<< before updating
183195
184196[tool .yardang ]
185197root = " docs/src/home.md"
@@ -214,3 +226,5 @@ generate-footer = true
214226footer-docs-url = " https://yardang.python-templates.dev"
215227footer-repo-url = " https://github.com/python-project-templates/yardang"
216228markdown-flavor = " github"
229+ =======
230+ >>>>>>> after updating
You can’t perform that action at this time.
0 commit comments