f945a560b4
Include the JPEG images under the docs directory when creating the sdist. Resolves issue #20 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
6 lines
148 B
Plaintext
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
|