diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 1cd7e74eb95502c7124b3e8c6e0845260eb17281..0000000000000000000000000000000000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,10 +0,0 @@ -include doc/*.rst -include doc/conf.py -include doc/make.bat -include doc/Makefile -prune doc/_* - -prune .github -exclude .gitignore -exclude .gitlab-ci.yml -exclude .test-conda-env-py3.yml diff --git a/pyproject.toml b/pyproject.toml index 0755deb53679920e7f87fe2d1a6c6c1f83153617..0daaa2146776752c775e7496e47cd4c50858b05c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,6 @@ [build-system] -build-backend = "setuptools.build_meta" -requires = [ - "setuptools>=63", -] +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "arraycontext" @@ -57,20 +55,6 @@ test = [ Documentation = "https://documen.tician.de/arraycontext" Homepage = "https://github.com/inducer/arraycontext" -[tool.setuptools.packages.find] -include = [ - "arraycontext*", -] - -[tool.setuptools.package-dir] -# https://github.com/Infleqtion/client-superstaq/pull/715 -"" = "." - -[tool.setuptools.package-data] -pytools = [ - "py.typed", -] - [tool.ruff] preview = true