From 794b845d5c511865705c45597988eec840636407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 25 Sep 2019 08:26:44 +0200 Subject: [PATCH] Include license and tests in sdist archive This archive is used by distributions and license should be always shipped with the source code. --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index e1eec727..1e29e8b8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,7 @@ include *.rst include deepdiff/*.rst include *.txt +include LICENSE AUTHORS +recursive-include tests *.py global-exclude __pycache__ global-exclude *.py[co]