From 35e80e13ab4ad286adb2fbad61bac6cf504f5d72 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 11 Dec 2019 11:21:37 +0700 Subject: [PATCH] MANIFEST.in: Create --- MANIFEST.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..49f385e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,6 @@ +include LICENSE.rst +include README.rst +include requirements.txt +recursive-include requirements *.txt +recursive-include docs *.rst +recursive-include tests *.py