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:
parent
0500ad6e20
commit
b3520e5ded
|
@ -7,7 +7,6 @@ build/
|
||||||
/dist/
|
/dist/
|
||||||
MANIFEST
|
MANIFEST
|
||||||
/tornado.egg-info/
|
/tornado.egg-info/
|
||||||
_auto2to3*
|
|
||||||
.tox/
|
.tox/
|
||||||
.vagrant
|
.vagrant
|
||||||
/.coverage
|
/.coverage
|
||||||
|
|
|
@ -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*
|
|
Loading…
Reference in New Issue