From 3019aa0978d00fde105f995a1a62815484fb6821 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 10 Mar 2020 17:42:26 +0700 Subject: [PATCH] MANIFEST.in: Add license, tests, docs --- MANIFEST.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..6bd2ddf --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +include LICENSE +include README.rst +include CHANGELOG.rst +include install.sh +include requirements-python2.txt +include Pipfile +recursive-include docs *.rst +recursive-include tests *.py