Add LICENSE.txt to MANIFEST.in
authorKubilay Kocak <koobs@users.noreply.github.com>
Thu, 4 Aug 2016 08:12:01 +0000 (18:12 +1000)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2016 08:12:01 +0000 (18:12 +1000)
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

index 5c3747f38714374201be3ae37df1b6e4e72b73c8..71ef396fbcd20f5d9806e51b6402d94493133c4c 100644 (file)
@@ -1,3 +1,3 @@
-include README.rst
+include README.rst LICENSE.txt
 include rainbowstream/image.c
 recursive-include rainbowstream/colorset *