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:48:14 -0500
commit2c89c9bc759f09c74edc3c3c90878b6c75c7976f (patch)
tree7182a5a4037fb63caf2f45ef290e446c346f4479
parentb41be3f9580dbae2434df14185c4dfe42cd05cf2 (diff)
downloadpython-coveragepy-git-2c89c9bc759f09c74edc3c3c90878b6c75c7976f.tar.gz
build: include lab/* in the sdist
-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