pyrogram/MANIFEST.in

12 lines
305 B
Plaintext
Raw Normal View History

2017-12-05 11:50:29 +00:00
## Include
2019-05-13 15:21:15 +00:00
include README.md COPYING COPYING.lesser NOTICE requirements.txt
2018-03-20 13:51:35 +00:00
recursive-include compiler *.py *.tl *.tsv *.txt
2021-12-20 19:37:08 +00:00
recursive-include tests *.py
2017-12-05 11:50:29 +00:00
## Exclude
2019-06-30 17:22:19 +00:00
prune pyrogram/errors/exceptions
prune pyrogram/raw/functions
prune pyrogram/raw/types
prune pyrogram/raw/base
2021-12-20 19:37:08 +00:00
exclude pyrogram/raw/all.py