summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: c3d529d4d7f8840ef1a41778ca8a79d68642b08c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
include *-requirements.txt
include mkdocs.yml