From ddf3e34fd048f9a40a8e4918ad1ac65f89d98601 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 16 Jul 2022 09:03:43 -0500 Subject: [PATCH] chore: remove MANIFEST.in Signed-off-by: Henry Schreiner --- MANIFEST.in | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index f481a3fec..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,23 +0,0 @@ -include CHANGELOG.rst CONTRIBUTING.rst README.rst -include LICENSE LICENSE.APACHE LICENSE.BSD - -include .coveragerc -include .flake8 -include .pre-commit-config.yaml - -recursive-include docs * -recursive-include tests *.py -recursive-include tests/manylinux hello-world-* -recursive-include tests/musllinux glibc-* -recursive-include tests/musllinux musl-* - -exclude noxfile.py -exclude .readthedocs.yml -exclude .travis.yml -exclude dev-requirements.txt -exclude tests/manylinux/build-hello-world.sh -exclude tests/musllinux/build.sh -exclude tests/hello-world.c - -prune docs/_build -prune tasks