From e05ea6b579700447f68d7ba2443348414b730f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Thu, 18 Aug 2022 10:57:07 +0200 Subject: [PATCH] include bin/ subdirectory in sdist tarballs without that the testsuite is failing on the missing files --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 74b090b..9325cdb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,7 @@ include *.rst include CONTRIBUTORS.txt include LICENSE include *.ini +graft bin global-exclude *.pyc recursive-include docs *.rst *.py recursive-include tests *.py *.ini *.rst *_diff