diff --git a/pyproject.toml b/pyproject.toml index 91e5b77..937501b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["setuptools>=61.0"] -build-backend = "setuptools.build_meta" +requires = ["hatchling"] +build-backend = "hatchling.build" [project] name = "dexbotic" @@ -96,7 +96,7 @@ attention = [ "xformers" ] -[tool.setuptools] +[tool.hatch.build.targets.wheel] packages = ["dexbotic"] [tool.autopep8]