From: Kubilay Kocak Date: Thu, 4 Aug 2016 08:12:01 +0000 (+1000) Subject: Add LICENSE.txt to MANIFEST.in X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a94ed02a540f9082c783a8cd0bfc82fd4e907c33;p=rainbowstream.git 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. --- 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 *