From 0285eabeb4a19502eafe8f485bc22f9ca164ea47 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 2 Jan 2015 15:07:16 -0700 Subject: [PATCH] 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 --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3