Skip to content

Commit

Permalink
fix: hatchling is only a dev-dependency, not an install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Nov 12, 2023
1 parent 21accff commit c73f373
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"hatchling",
"tomli; python_version<'3.11'",
"typing-extensions; python_version<'3.8'",
]
Expand All @@ -41,7 +40,7 @@ fancy-pypi-readme = "hatch_fancy_pypi_readme.pdm:FancyReadmeHook"
hatch-fancy-pypi-readme = "hatch_fancy_pypi_readme.__main__:main"

[project.optional-dependencies]
tests = ["pytest", "build", "wheel", "pdm.backend"]
tests = ["pytest", "build", "wheel", "hatchling", "pdm.backend"]
dev = ["hatch-fancy-pypi-readme[tests]", "mypy"]

[project.urls]
Expand Down

0 comments on commit c73f373

Please sign in to comment.