Include tests in source tarball.

This commit is contained in:
Michael Fladischer 2015-09-03 12:58:36 +02:00
parent 968a162134
commit 14f5e931eb

View file

@ -1,6 +1,7 @@
recursive-include django_downloadview *
recursive-include demo *.py *.rst *.html *.json *.txt
recursive-include docs Makefile *.py *.txt
recursive-include tests *.py
global-exclude *.pyc
include AUTHORS
include CHANGELOG