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.
This commit is contained in:
Ben Darnell 2013-10-26 22:47:42 -04:00
parent 0500ad6e20
commit b3520e5ded
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,7 +7,6 @@ build/
/dist/ /dist/
MANIFEST MANIFEST
/tornado.egg-info/ /tornado.egg-info/
_auto2to3*
.tox/ .tox/
.vagrant .vagrant
/.coverage /.coverage

View File

@ -13,4 +13,3 @@ include tornado/test/test.crt
include tornado/test/test.key include tornado/test/test.key
include README.rst include README.rst
include runtests.sh include runtests.sh
global-exclude _auto2to3*