From 6f349f9ff2b8416519cfe0671239b61fc0aa7207 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Mon, 21 Jun 2021 17:35:06 +0200 Subject: [PATCH] Add MANIFEST.in --- MANIFEST.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..ca64be4b0 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,5 @@ +prune * +graft src + +include LICENSE README.rst pyproject.toml setup.py setup.cfg +global-exclude __pycache__ *.py[cod] .*