summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-10-10 10:48:07 -0700
committerJeff Quast <contact@jeffquast.com>2015-10-10 10:48:07 -0700
commit2f3a73248811c4f1d2cd60cb79057e8b1c129cc2 (patch)
treeca49802a0702408533ac15e9bc10cc61d0d57172
parente5305232eac817058cd50e2f0982e95154f922c4 (diff)
downloadpexpect-include-coveragerc-in-sdist.tar.gz
Include .coveragerc in pypi download tarballinclude-coveragerc-in-sdist
Closes issue #282
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 841b339..32c72ba 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,6 @@
recursive-include doc *
prune doc/_build
recursive-include examples *
-include README.rst LICENSE pexpect/bashrc.sh
+include .coveragerc README.rst LICENSE pexpect/bashrc.sh
recursive-include tests *
global-exclude __pycache__ *.pyc *~