From 420c87aad8dbafcb20d061f185f0e1759311bfb4 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Tue, 26 Sep 2023 11:52:54 -0400 Subject: [PATCH] Do not distribute the specification PDF in sdists --- 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