From 0035651b40ddc2220292283eca62a64a5c6091c0 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Wed, 20 Mar 2024 23:33:36 -0400 Subject: [PATCH] chore(MANIFEST.in): Include mkdocs/* in MANIFEST.in - This change ensures that mkdocs/* files are included in the distribution package. This change is necessary to allow package builds (`python -m build`) to succeed. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index e22331eeb..0dee38d64 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include .requirements/* include *.md include LICENSE +include mkdocs/*