We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe764e0 commit 4bb57a4Copy full SHA for 4bb57a4
MANIFEST.in
@@ -1,10 +1,11 @@
1
## Include
2
include README.md COPYING COPYING.lesser NOTICE requirements.txt
3
recursive-include compiler *.py *.tl *.tsv *.txt
4
+recursive-include tests *.py
5
6
## Exclude
7
prune pyrogram/errors/exceptions
8
prune pyrogram/raw/functions
9
prune pyrogram/raw/types
10
prune pyrogram/raw/base
-exclude pyrogram/raw/all.py
11
+exclude pyrogram/raw/all.py
0 commit comments