diff --git a/setup.cfg b/setup.cfg index 4930652..5ee7224 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,2 @@ [tool:pytest] xfail_strict = True - -[check-manifest] -ignore = - .github - .github/* diff --git a/tox.ini b/tox.ini index ef15d50..3c9be5c 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,5 @@ deps = check-manifest flake8 commands = - check-manifest {toxinidir} flake8 src setup.py python setup.py check --strict --metadata