From 66114ec098361e7de3c2ea66b753e9a54fb9d6cd Mon Sep 17 00:00:00 2001 From: Kurt Griffiths Date: Fri, 13 Feb 2015 15:04:39 -0600 Subject: [PATCH] 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 --- MANIFEST.in | 10 ++++++++++ README.md | 1 + README.rst | 1 + 3 files changed, 12 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..74d88cc --- /dev/null +++ b/MANIFEST.in @@ -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 diff --git a/README.md b/README.md index a545986..52aff44 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ $ pip install cython falcon ### Test ### ```bash +$ pip install -r tools/test-requires $ pip install nose && nosetests ``` diff --git a/README.rst b/README.rst index f735a60..ffb0daa 100644 --- a/README.rst +++ b/README.rst @@ -99,6 +99,7 @@ Test .. code:: bash + $ pip install -r tools/test-requires $ pip install nose && nosetests To test across all supported Python versions: