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>
This commit is contained in:
Doug Hellmann 2013-06-12 14:03:31 -04:00
parent 63122bdcd5
commit f945a560b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
include setup.py
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt
recursive-include docs *.rst *.py *.html *.css *.js *.png *.txt *.jpg
recursive-include tests *.py
include tox.ini
include LICENSE