1include *.rst
2include *.txt
3include *.py
4include buildout.cfg
5include tox.ini
6
7recursive-include src *
8
9global-exclude *.pyc
10