From d2e0a298dcfa36e9b2ad86b8780b3aa204d904b2 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 8 Oct 2022 09:33:09 -0400 Subject: [PATCH] chore: switch to hatchling Signed-off-by: Henry Schreiner --- MANIFEST.in | 3 --- pyproject.toml | 9 ++------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index e147a272..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,3 +0,0 @@ -recursive-include nox *.jinja2 -include nox/py.typed .github/action_helper.py -recursive-include tests *.py diff --git a/pyproject.toml b/pyproject.toml index 8842712c..d303f982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] -build-backend = "setuptools.build_meta" +build-backend = "hatchling.build" requires = [ - "setuptools>=61", + "hatchling" ] [project] @@ -63,11 +63,6 @@ nox = "nox.__main__:main" tox-to-nox = "nox.tox_to_nox:main" -[tool.setuptools] -zip-safe = false -include-package-data = true -package-data = { "nox" = [ "py.typed" ] } - [tool.isort] profile = "black"