From 485d2968e14bacc871eb23a0436fa09b3bee9782 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Wed, 4 Oct 2023 10:01:26 -0400 Subject: [PATCH] Do not distribute the specification PDF in sdists (#106) Co-authored-by: Stefan Appelhoff --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2aa3b6b..7969ba3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,6 +14,7 @@ recursive-exclude pybv/tests/__pycache__ * recursive-exclude docs/_build * recursive-exclude docs/generated * recursive-exclude .github * +recursive-exclude specification * exclude .git-blame-ignore-revs exclude .pre-commit-config.yaml