From 4be4b406432a7cee702270433e5efa6753126f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber=20=28dxld=29?= Date: Tue, 16 Aug 2022 21:27:17 +0200 Subject: [PATCH] Include LICENSE file in release tarball Currently the LICENSE file isn't included in release tarballs, this is an inconvenience for linux distribution packaging. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9152d39..9d9cec1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst +include LICENSE recursive-include *.py