From 1ef1b8600f7cfe02efc8dec1a85c4f352f54610b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 7 Jun 2015 17:50:48 -0400 Subject: [PATCH] - include tox.ini in the dist... --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3