1include README.md
2include HISTORY.md
3include LICENSE
4include TODO.md
5include setup_description.rst
6include tox.ini
7include test_pystache.py
8# You cannot use package_data, for example, to include data files in a
9# source distribution when using Distribute.
10recursive-include pystache/tests *.mustache *.txt
11# We deliberately exclude the gh/ directory because it contains copies
12# of resources needed only for the web page hosted on GitHub (via the
13# gh-pages branch).
14