Skip to content

Commit c089a9a

Browse files
Include font file in python package (#144)
Co-authored-by: Mark <[email protected]>
1 parent 761cc73 commit c089a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ dependencies = [
8989
write_to = "src/insight/version.py"
9090

9191
[tool.setuptools.package-data]
92-
insight = ["src/insight/fonts/inter-v3-latin-regular.ttf"]
92+
insight = ["src/insight/fonts/SourceSansPro-Regular.ttf"]
9393

9494
[tool.pytest.ini_options]
9595
junit_suite_name = "unit"

0 commit comments

Comments
 (0)