Skip to content

Commit

Permalink
chore(MANIFEST.in): Include mkdocs/* in MANIFEST.in
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
ericmjl committed Mar 21, 2024
1 parent ffa06c4 commit 0035651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include .requirements/*
include *.md
include LICENSE
include mkdocs/*

0 comments on commit 0035651

Please sign in to comment.