summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2019-12-11 09:05:54 +0200
committerGitHub <noreply@github.com>2019-12-11 09:05:54 +0200
commit0faf38c44df3c64bcb03be1f4de5e8f4a7128958 (patch)
treed1b4bce64996ba938c634aadcaddf600b7688730
parent06c2326dc0d8c13d5899f75eb9daa46309fd34ae (diff)
downloadtablib-0faf38c44df3c64bcb03be1f4de5e8f4a7128958.tar.gz
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
-rw-r--r--MANIFEST.in6
1 files changed, 0 insertions, 6 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__