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