Skip to content

Commit 0eb801d

Browse files
authored
Fix merge conflicts in pyproject.toml
Removed merge conflict markers and cleaned up formatting.
1 parent 9e0ce2f commit 0eb801d

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
requires = [
33
"hatchling",
44
]
5-
<<<<<<< before updating
65
build-backend = "hatchling.build"
7-
=======
8-
build-backend="hatchling.build"
9-
>>>>>>> after updating
106

117
[project]
128
name = "yardang"
@@ -135,25 +131,19 @@ src = "/"
135131
packages = [
136132
"yardang",
137133
]
138-
<<<<<<< before updating
139134
exclude = [
140135
"docs/*",
141136
"examples/*",
142137
]
143-
=======
144-
>>>>>>> after updating
145138

146139
[tool.hatch.build.targets.wheel]
147140
packages = [
148141
"yardang",
149142
]
150-
<<<<<<< before updating
151143
exclude = [
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]
197186
root = "docs/src/home.md"
@@ -226,5 +215,3 @@ generate-footer = true
226215
footer-docs-url = "https://yardang.python-templates.dev"
227216
footer-repo-url = "https://github.com/python-project-templates/yardang"
228217
markdown-flavor = "github"
229-
=======
230-
>>>>>>> after updating

0 commit comments

Comments
 (0)