From 482bac887312365f4a64c879aaf75d713fd150ab Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 11 Sep 2019 11:36:30 +0700 Subject: [PATCH] MANIFEST.in: Include LICENSE and tests in sdist --- 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 00000000..c41b03bc --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,8 @@ +include LICENSE +include *.txt +include Makefile +include pytest.ini +include .coveragerc +recursive-include scripts *.py +recursive-include scripts *.sh +recursive-include tests *.py