Skip to content

Commit

Permalink
Include tests in sdist (pyrogram#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda authored Dec 20, 2021
1 parent fe764e0 commit 4bb57a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4bb57a4

Please sign in to comment.