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:
10
MANIFEST.in
Normal file
10
MANIFEST.in
Normal 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
|
||||
@@ -80,6 +80,7 @@ $ pip install cython falcon
|
||||
### Test ###
|
||||
|
||||
```bash
|
||||
$ pip install -r tools/test-requires
|
||||
$ pip install nose && nosetests
|
||||
```
|
||||
|
||||
|
||||
@@ -99,6 +99,7 @@ Test
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ pip install -r tools/test-requires
|
||||
$ pip install nose && nosetests
|
||||
|
||||
To test across all supported Python versions:
|
||||
|
||||
Reference in New Issue
Block a user