# HG changeset patch -- Bitbucket.org # Project python-chrono # URL http://bitbucket.org/erikg/python-chrono/overview # User Erik Grinaker # Date 1268070676 -25200 # Node ID 6889755530a255eabf41b0b9c368b94119d08223 # Parent 1f98391edc834563dcad8aff626740bc463b9a8b don't include doctest and doctrees in source distributions --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ xxxx-xx-xx: 0.3.1 Bugfixes: +* Don't include doctest and doctrees data in source distributions * Fixed incorrect output for doctest blocks 2010-03-09: 0.3.0 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,5 +3,7 @@ include HACKING include INSTALL include LICENSE include NEWS -recursive-include doc * -recursive-include tests *.py +recursive-include doc/ * +recursive-include tests/ *.py +prune doc/doctest/ +prune doc/doctrees/