Files
deb-python-falcon/MANIFEST.in
Kurt Griffiths 66114ec098 chore: Include docs and tests in the distribution archive
Include docs and tests in the archive, and update the README so that
it mentions needing to install tools/test-requires before running
the tests in the distribution.

Closes #445
2015-02-13 15:13:32 -06:00

11 lines
213 B
Plaintext

recursive-include tests *.py
recursive-include doc *.rst
include .coveragerc
include tox.ini
include README.md
include doc/conf.py doc/Makefile
graft doc/_static
graft doc/_themes
graft doc/_templates
graft tools