From 39ad625fa11d072a5659e8306fbadcd56d34145c Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Mon, 6 Jun 2022 22:59:23 +1000 Subject: [PATCH] Revert "Remove MANIFEST.in, it's redundant the way we use it" This reverts commit 13e2f4e27db247e7429bb6c9f3574cad7f078785. --- MANIFEST.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..d46a6471 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,7 @@ +include LICENSE +include README.md +include MANIFEST.in +graft allianceauth + +global-exclude __pycache__ +global-exclude *.py[co]