diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2019-12-11 11:51:21 +0200 |
---|---|---|
committer | Jannis Leidel <jannis@leidel.info> | 2019-12-11 10:51:21 +0100 |
commit | 00d8ab0b37f70579e81a10d3cc6ceeff29dad27c (patch) | |
tree | 6fffef49af8aa4cc16ebd7d702a93420302a0178 | |
parent | 06c2326dc0d8c13d5899f75eb9daa46309fd34ae (diff) | |
download | tablib-00d8ab0b37f70579e81a10d3cc6ceeff29dad27c.tar.gz |
Remove unnecessary MANIFEST.in (#439)
* This MANIFEST.in unnecessary with setuptools_scm
https://github.com/pypa/setuptools_scm/blob/master/README.rst#file-finders-hook-makes-most-of-manifestin-unnecessary
* No manifest to check
-rw-r--r-- | MANIFEST.in | 6 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index ed238e9..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -recursive-include docs * -recursive-include tests * -include pyproject.toml pytest.ini tox.ini .coveragerc .pre-commit-config.yaml *.md LICENSE AUTHORS -prune docs/_build -prune *.pyc -prune __pycache__ @@ -17,7 +17,6 @@ commands = [testenv:lint] deps = - check-manifest flake8 # flake8-black pre-commit @@ -25,7 +24,6 @@ deps = commands = # flake8 src/tablib tests/ pre-commit run --all-files - check-manifest -v python setup.py sdist twine check dist/* skip_install = true |