From 8bc1cc7fce4f403d3fe06f2f1ba7fa1a8bf63080 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 10 Mar 2019 21:26:35 +0700 Subject: [PATCH] MANIFEST.in: Add LICENSE and tests Fixes https://github.com/pedroburon/dotenv/issues/16 --- MANIFEST.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 65dd2c6..41264a2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ -include README.md scripts/dotenv distribute_setup.py -global-exclude *pyc \ No newline at end of file +include LICENSE README.md tox.ini scripts/dotenv distribute_setup.py +recursive-include tests *.py +global-exclude *pyc