summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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