Skip to content

Commit 66114ec

Browse files
author
Kurt Griffiths
committedFeb 13, 2015
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 falconry#445
1 parent bba9174 commit 66114ec

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
 

‎MANIFEST.in

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
recursive-include tests *.py
2+
recursive-include doc *.rst
3+
include .coveragerc
4+
include tox.ini
5+
include README.md
6+
include doc/conf.py doc/Makefile
7+
graft doc/_static
8+
graft doc/_themes
9+
graft doc/_templates
10+
graft tools

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ $ pip install cython falcon
8080
### Test ###
8181

8282
```bash
83+
$ pip install -r tools/test-requires
8384
$ pip install nose && nosetests
8485
```
8586

‎README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Test
9999

100100
.. code:: bash
101101
102+
$ pip install -r tools/test-requires
102103
$ pip install nose && nosetests
103104
104105
To test across all supported Python versions:

0 commit comments

Comments
 (0)
Please sign in to comment.