summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2019-11-26 09:07:01 -0500
committerGitHub <noreply@github.com>2019-11-26 09:07:01 -0500
commit3b576bc189764d230cc8fbde773fe232aaa075f3 (patch)
tree09876f3092e50088cc6fe4324316033f75feadf7
parentec7e200d28086e594edee2a6f4569a71c1215d34 (diff)
downloadpython-markdown-3b576bc189764d230cc8fbde773fe232aaa075f3.tar.gz
Remove tox.ini from MANIFEST
Tox has already been removed from `make test` and is no longer recommended for testing in the contributing guide. Additionally, the extra tests it runs (checking the spelling of documentation, etc) are of no value to end users. As things are currently set us, tox is only used on the Travis CI server. Given the above, there is no reason to include it in the release tarball. Closes #808.
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a14d4ea..4d3c6a2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,7 +3,6 @@ recursive-include docs *
recursive-include tests *.txt *.html *.py
include setup.py
include setup.cfg
-include tox.ini
include makefile
include LICENSE.md
include README.md