From 42cd3cc5c95d62ba784a2284edd253b2cdfb1ef4 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Thu, 10 Aug 2023 19:01:28 +0300 Subject: [PATCH] Exclude `tests` from the distributed wheel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 00e1720..398f088 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ "Documentation": "https://docs.pyrogram.org", }, python_requires="~=3.7", - packages=find_packages(), + packages=find_packages(exclude=["tests*"]), test_suite="tests", zip_safe=False, ext_modules=[