File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22requires = [
33 " hatchling" ,
44]
5- <<<<<<< before updating
65build-backend = " hatchling.build"
7- =======
8- build-backend =" hatchling.build"
9- >>>>>>> after updating
106
117[project ]
128name = " yardang"
@@ -135,25 +131,19 @@ src = "/"
135131packages = [
136132 " yardang" ,
137133]
138- <<<<<<< before updating
139134exclude = [
140135 " docs/*" ,
141136 " examples/*" ,
142137]
143- =======
144- >>>>>>> after updating
145138
146139[tool .hatch .build .targets .wheel ]
147140packages = [
148141 " yardang" ,
149142]
150- <<<<<<< before updating
151143exclude = [
152144 " docs/*" ,
153145 " examples/*" ,
154146]
155- =======
156- >>>>>>> after updating
157147
158148[tool .hatch .build .targets .wheel .shared-data ]
159149
@@ -191,7 +181,6 @@ section-order = [
191181 " F401" ,
192182 " F403" ,
193183]
194- <<<<<<< before updating
195184
196185[tool .yardang ]
197186root = " docs/src/home.md"
@@ -226,5 +215,3 @@ generate-footer = true
226215footer-docs-url = " https://yardang.python-templates.dev"
227216footer-repo-url = " https://github.com/python-project-templates/yardang"
228217markdown-flavor = " github"
229- =======
230- >>>>>>> after updating
You can’t perform that action at this time.
0 commit comments