From: Ben Darnell Date: Sun, 27 Oct 2013 02:47:42 +0000 (-0400) Subject: Remvoe auto2to3 exclusion rules. X-Git-Tag: v3.2.0b1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3520e5ded5a31c4ab8a96eea63304b1c64c2f7c;p=thirdparty%2Ftornado.git Remvoe auto2to3 exclusion rules. auto2to3 is no longer a part of the Tornado development process, and the MANIFEST exclusion rule just results in scary-looking warnings when installing. --- diff --git a/.gitignore b/.gitignore index af3cc1bcc..4d7fa457a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ build/ /dist/ MANIFEST /tornado.egg-info/ -_auto2to3* .tox/ .vagrant /.coverage diff --git a/MANIFEST.in b/MANIFEST.in index ea526699f..206ea2700 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,4 +13,3 @@ include tornado/test/test.crt include tornado/test/test.key include README.rst include runtests.sh -global-exclude _auto2to3* \ No newline at end of file