Skip to content

Commit 3e8f72d

Browse files
committed
Add MANIFEST.in
1 parent ebe785d commit 3e8f72d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

MANIFEST.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Include
2+
include COPYING COPYING.lesser NOTICE
3+
recursive-include compiler *.tl *.csv *.txt
4+
5+
## Exclude
6+
prune pyrogram/api/errors/exceptions
7+
prune pyrogram/api/functions
8+
prune pyrogram/api/types
9+
exclude pyrogram/api/all.py

0 commit comments

Comments
 (0)