From b3520e5ded5a31c4ab8a96eea63304b1c64c2f7c Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 26 Oct 2013 22:47:42 -0400 Subject: [PATCH] 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. --- .gitignore | 1 - MANIFEST.in | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index af3cc1bc..4d7fa457 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 ea526699..206ea270 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