Skip to content

Commit 918dc35

Browse files
SandaruKasaSpEcHiDe
authored andcommitted
Exclude tests from the distributed wheel (pyrogram#33)
1 parent 7c7d865 commit 918dc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"Documentation": "https://docs.pyrogram.org",
6565
},
6666
python_requires="~=3.7",
67-
packages=find_packages(),
67+
packages=find_packages(exclude=["tests*"]),
6868
test_suite="tests",
6969
zip_safe=False,
7070
ext_modules=[

0 commit comments

Comments
 (0)