From a94ed02a540f9082c783a8cd0bfc82fd4e907c33 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Thu, 4 Aug 2016 18:12:01 +1000 Subject: [PATCH] Add LICENSE.txt to MANIFEST.in Add LICENSE.txt to MANIFEST.in so the file is included in the source distribution created for releases on PyPI. This enables downstream users and packagers to confirm the licensing of the project, and include the license file (along with any Copyright header the text also includes) into packages for distribution for users. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5c3747f..71ef396 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -include README.rst +include README.rst LICENSE.txt include rainbowstream/image.c recursive-include rainbowstream/colorset * -- 2.25.1