From 588867dc6ee44eac8385843ae9f29f036ab00b9b Mon Sep 17 00:00:00 2001 From: Ben Chuanlong Du Date: Sun, 4 Jan 2026 16:10:40 -0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) 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"