mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 14:24:51 +00:00
Add MANIFEST.in
This commit is contained in:
parent
ebe785d39a
commit
3e8f72d301
1 changed files with 9 additions and 0 deletions
9
MANIFEST.in
Normal file
9
MANIFEST.in
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
## Include
|
||||||
|
include COPYING COPYING.lesser NOTICE
|
||||||
|
recursive-include compiler *.tl *.csv *.txt
|
||||||
|
|
||||||
|
## Exclude
|
||||||
|
prune pyrogram/api/errors/exceptions
|
||||||
|
prune pyrogram/api/functions
|
||||||
|
prune pyrogram/api/types
|
||||||
|
exclude pyrogram/api/all.py
|
||||||
Loading…
Reference in a new issue