From df41e8d791b642d2bfb6bf95989734c1fa7ea4e6 Mon Sep 17 00:00:00 2001 From: wulan17 Date: Thu, 14 Dec 2023 12:46:24 +0700 Subject: [PATCH] Pyrofork: Fix pyproject.toml Signed-off-by: wulan17 --- pyproject.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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"]