summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 25ad6b38d9300560d09a82486464f8f6211961c9 (plain)
1
2
3
4
5
6
7
8
9
10
recursive-include markdown *.py
recursive-include docs *
recursive-include tests *.txt *.html *.cfg *.py
include setup.py
include tox.ini
include makefile
include LICENSE.md
include README.md
include INSTALL.md
include MANIFEST