From: Ben Darnell Date: Mon, 20 Feb 2017 19:59:03 +0000 (-0500) Subject: setup: Ship LICENSE file in tarball X-Git-Tag: v4.5.0~36^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4964ef7707b674a3e4d05bfe6ab5e6825d99e811;p=thirdparty%2Ftornado.git setup: Ship LICENSE file in tarball Fixes #1897 --- diff --git a/MANIFEST.in b/MANIFEST.in index 30cdcd082..2ef76aefd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -16,5 +16,6 @@ include tornado/test/static_foo.txt include tornado/test/templates/utf8.html include tornado/test/test.crt include tornado/test/test.key +include LICENSE include README.rst include runtests.sh