diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..218e41b5 --- /dev/null +++ b/MANIFEST.in @@ -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 \ No newline at end of file