Skip to content

Commit c73f373

Browse files
committed
fix: hatchling is only a dev-dependency, not an install dependency
1 parent 21accff commit c73f373

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ classifiers = [
2626
"Programming Language :: Python :: 3.12",
2727
]
2828
dependencies = [
29-
"hatchling",
3029
"tomli; python_version<'3.11'",
3130
"typing-extensions; python_version<'3.8'",
3231
]
@@ -41,7 +40,7 @@ fancy-pypi-readme = "hatch_fancy_pypi_readme.pdm:FancyReadmeHook"
4140
hatch-fancy-pypi-readme = "hatch_fancy_pypi_readme.__main__:main"
4241

4342
[project.optional-dependencies]
44-
tests = ["pytest", "build", "wheel", "pdm.backend"]
43+
tests = ["pytest", "build", "wheel", "hatchling", "pdm.backend"]
4544
dev = ["hatch-fancy-pypi-readme[tests]", "mypy"]
4645

4746
[project.urls]

0 commit comments

Comments
 (0)