diff options
-rw-r--r-- | MANIFEST.in | 2 | ||||
-rw-r--r-- | tox.ini | 2 |
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 @@ -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 |