Skip to content

Commit 4bb57a4

Browse files
authored
Include tests in sdist (pyrogram#819)
1 parent fe764e0 commit 4bb57a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MANIFEST.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## Include
22
include README.md COPYING COPYING.lesser NOTICE requirements.txt
33
recursive-include compiler *.py *.tl *.tsv *.txt
4+
recursive-include tests *.py
45

56
## Exclude
67
prune pyrogram/errors/exceptions
78
prune pyrogram/raw/functions
89
prune pyrogram/raw/types
910
prune pyrogram/raw/base
10-
exclude pyrogram/raw/all.py
11+
exclude pyrogram/raw/all.py

0 commit comments

Comments
 (0)