diff --git a/pyproject.toml b/pyproject.toml index 542597d..c2f9834 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,12 +18,6 @@ dev = [ "ty>=0.0.8", ] -[tool.hatch.build.targets.sdist] -include = ["github_rest_api"] - -[tool.hatch.build.targets.wheel] -include = ["github_rest_api"] - [build-system] requires = ["hatchling"] build-backend = "hatchling.build"