Include tests in sdist (#819)

This commit is contained in:
Robert Schütz 2021-12-20 19:37:08 +00:00 committed by GitHub
parent fe764e0e2b
commit 4bb57a4da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
## Include
include README.md COPYING COPYING.lesser NOTICE requirements.txt
recursive-include compiler *.py *.tl *.tsv *.txt
recursive-include tests *.py
## Exclude
prune pyrogram/errors/exceptions
prune pyrogram/raw/functions
prune pyrogram/raw/types
prune pyrogram/raw/base
exclude pyrogram/raw/all.py
exclude pyrogram/raw/all.py