summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: b60fb3bff746f3b8193773091e1b3e9c6f97a092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 tox.ini
include makefile
include LICENSE.md
include README.md
include INSTALL.md
include MANIFEST