diff --git a/pyproject.toml b/pyproject.toml index cf65f426..92c38424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,11 +89,4 @@ exclude = [ [tool.hatch.build.targets.wheel] ignore-vcs = true -exclude = [ - "compiler", - "docs", - "tests", - "venv", - "hatch_build.py" -] -package = ["pyrogram"] +packages = ["pyrogram"]