diff --git a/pyproject.toml b/pyproject.toml index a109cef..5ecd1b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling", "hatch-fancy-pypi-readme"] +requires = ["hatchling"] build-backend = "hatchling.build" [project] @@ -66,15 +66,6 @@ include = [ "/README.md", ] -[tool.hatch.metadata.hooks.fancy-pypi-readme] -content-type = "text/markdown" - -[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] -path = "README.md" - -[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]] -path = "CHANGELOG.md" - [tool.mypy] strict = true show_error_codes = true