From: Mike Bayer Date: Sun, 7 Jun 2015 21:50:48 +0000 (-0400) Subject: - include tox.ini in the dist... X-Git-Tag: rel_1_0_5~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ef1b8600f7cfe02efc8dec1a85c4f352f54610b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - include tox.ini in the dist... --- diff --git a/MANIFEST.in b/MANIFEST.in index 23aa882687..9b5b299362 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,5 +9,5 @@ recursive-include test *.py *.dat # don't come in if --with-cextensions isn't specified. recursive-include lib *.c *.txt -include README* AUTHORS LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES* +include README* AUTHORS LICENSE distribute_setup.py sa2to3.py ez_setup.py sqla_nose.py CHANGES* tox.ini prune doc/build/output