Remove MANIFEST.in and related lint check

Because setuptools_scm already includes all version-controlled files
in an sdist, we don't need to maintain a MANIFEST.in file and anymore

See pytest-dev/pytest-xdist#161
This commit is contained in:
Bruno Oliveira
2017-06-14 07:43:21 -04:00
parent 31b971d79d
commit 731c35fcab
3 changed files with 0 additions and 61 deletions

View File

@@ -57,9 +57,7 @@ deps =
# pygments required by rst-lint
pygments
restructuredtext_lint
check-manifest
commands =
{envpython} scripts/check-manifest.py
flake8 pytest.py _pytest testing
{envpython} scripts/check-rst.py