]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remvoe auto2to3 exclusion rules.
authorBen Darnell <ben@bendarnell.com>
Sun, 27 Oct 2013 02:47:42 +0000 (22:47 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Oct 2013 02:47:42 +0000 (22:47 -0400)
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
MANIFEST.in

index af3cc1bccca461282faff257c4a1ae3eeaf9b5be..4d7fa457a409848af6e0a5b7151930bfb59cde24 100644 (file)
@@ -7,7 +7,6 @@ build/
 /dist/
 MANIFEST
 /tornado.egg-info/
-_auto2to3*
 .tox/
 .vagrant
 /.coverage
index ea526699f9a9e4ee782c1973ca08905b1efcf67b..206ea270071bc7d6b923eed9b0386c26f0f210cd 100644 (file)
@@ -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