summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-20 06:28:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-20 06:28:30 -0500
commit2ea84028adb04ea08e937872ca3de9d3e356d57d (patch)
tree7a3d10af83f29a28fbee313bc2c400b5ab424eca
parentb13e71f9b0b9f6cf025f1bf1608bbbff7c77a389 (diff)
downloadpython-coveragepy-git-nedbat/bug-1303-master.tar.gz
build: include lab/* in the sdistnedbat/bug-1303-master
-rw-r--r--MANIFEST.in2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e03084e5..1db4d7f6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -26,7 +26,7 @@ include .editorconfig
include .readthedocs.yml
recursive-include ci *
-
+recursive-include lab *
recursive-include .github *
recursive-include coverage/fullcoverage *.py
diff --git a/tox.ini b/tox.ini
index 4dcbb574..7517d800 100644
--- a/tox.ini
+++ b/tox.ini
@@ -88,7 +88,7 @@ commands =
python igor.py quietly "python -m build"
twine check dist/*
python -m pylint --notes= {env:LINTABLE}
- check-manifest --ignore 'lab/*,perf/*,doc/sample_html/*,.treerc,.github*'
+ check-manifest --ignore 'perf/*,doc/sample_html/*,.treerc'
[gh-actions]
# PYVERSIONS