stevedore/MANIFEST.in
Doug Hellmann f945a560b4 Include all images from docs in sdist
Include the JPEG images under the docs directory
when creating the sdist.

Resolves issue #20

Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
2013-06-12 14:03:31 -04:00

6 lines
148 B
Plaintext

include setup.py
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt *.jpg
recursive-include tests *.py
include tox.ini
include LICENSE