Skip to content

Commit 9fe1ef9

Browse files
author
Mike Cayanan
committed
Add settings directory to sdist include for wheel building
- Ensure settings/ directory is included in source distribution - Required for hatch to find and include settings in wheel shared-data
1 parent 0fdc5e0 commit 9fe1ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ packages = ["mozart"]
7777
include = [
7878
"/mozart",
7979
"/scripts",
80+
"/settings",
8081
"README.md",
8182
"LICENSE",
8283
]

0 commit comments

Comments
 (0)