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
This commit is contained in:
Kurt Griffiths
2015-02-13 15:04:39 -06:00
parent bba9174e45
commit 66114ec098
3 changed files with 12 additions and 0 deletions

10
MANIFEST.in Normal file
View File

@@ -0,0 +1,10 @@
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

View File

@@ -80,6 +80,7 @@ $ pip install cython falcon
### Test ###
```bash
$ pip install -r tools/test-requires
$ pip install nose && nosetests
```

View File

@@ -99,6 +99,7 @@ Test
.. code:: bash
$ pip install -r tools/test-requires
$ pip install nose && nosetests
To test across all supported Python versions: