From d66342b6db8b78524ee7babb3089af5b7a0369b8 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 20 Sep 2021 13:37:35 +0300 Subject: [PATCH] With setuptools_scm, MANIFEST.in only needs to include non-SCM files (or exclude SCM files) --- MANIFEST.in | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 70a696b..b29c987 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,12 +1 @@ -recursive-include deps * - -include README.rst -include MANIFEST.in -include LICENSE.txt -include setup.py -include tests/tests.py -include tests/sample.json -include lib/*.c -include lib/*.h -include python/*.c -include python/*.h +include python/version.h