From: Ken Dreyer Date: Fri, 2 Jan 2015 22:07:16 +0000 (-0700) Subject: ship the LICENSE file in the distribution X-Git-Tag: 0.0.24~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0285eabeb4a19502eafe8f485bc22f9ca164ea47;p=remoto.git ship the LICENSE file in the distribution In the case of remoto's MIT license, all derivative copies of remoto are required to contain the disclaimer text within the MIT license (as described in the sentence "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.") So in order to ease development and distribution of remoto, it makes sense to simply include this text in the python package. Signed-off-by: Ken Dreyer --- diff --git a/MANIFEST.in b/MANIFEST.in index 8f8911e..c0afbfe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include setup.py +include LICENSE include README.rst include vendor.py