From ebf8d076ac94ef52cd783286a7fc223ca2887245 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 23 Dec 2023 20:28:49 -0800 Subject: [PATCH] Kill unused `MANIFEST.in`. (#2309) This was no longer needed with the switch to the flit PEP-517 builder back in #826 in 2019. --- MANIFEST.in | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index b9e0e4f35..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -include *.py *.rst *.ini MANIFEST.in LICENSE -recursive-include docs * -recursive-include tests * -recursive-include scripts * -recursive-include pex/vendor/_vendored * -recursive-exclude * *.pyc *~