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
11 lines
213 B
Plaintext
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
|