diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-06-07 17:50:48 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-06-07 17:50:48 -0400 |
commit | 1ef1b8600f7cfe02efc8dec1a85c4f352f54610b (patch) | |
tree | de11948976e8c76a6082345012d25dd1516b15ef | |
parent | 343734b95f910cf04ef4a8d50d30b0526451f960 (diff) | |
download | sqlalchemy-1ef1b8600f7cfe02efc8dec1a85c4f352f54610b.tar.gz |
- include tox.ini in the dist...
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 23aa88268..9b5b29936 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 |