From 3e8f72d301bcbc113aa75b80dc6c3f2d46812cd0 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Tue, 5 Dec 2017 12:50:29 +0100 Subject: [PATCH] Add MANIFEST.in --- MANIFEST.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MANIFEST.in 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