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
|
2020-08-22 06:05:05 +00:00
|
|
|
prune pyrogram/raw/functions
|
|
|
|
prune pyrogram/raw/types
|
2020-08-22 09:30:27 +00:00
|
|
|
prune pyrogram/raw/base
|
2021-12-20 19:37:08 +00:00
|
|
|
exclude pyrogram/raw/all.py
|