Skip to content

Commit 0035651

Browse files
committed
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.
1 parent ffa06c4 commit 0035651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include .requirements/*
22
include *.md
33
include LICENSE
4+
include mkdocs/*

0 commit comments

Comments
 (0)