blob: 9d6aaed984d3c9f7868f25f84cb4e9f7d3a04cd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
recursive-include bin *
recursive-include markdown *.py
recursive-include docs *
recursive-include tests *.txt *.html *.cfg *.py
include setup.py
include setup.cfg
include run-tests.py
include LICENSE
include README
include INSTALL
include MANIFEST
|