From 6db0d61f52edc8bffcb434ba2d0bff2eb71914d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 3 Nov 2016 11:27:11 -0400 Subject: [PATCH] Add MANIFEST.in file Without that, python setup.py sdist does not incldue the license file. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..1aba38f67 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include LICENSE -- 2.47.2