From c089a9ae7d7f12a2c98a6a3aeed3e3142bd9258d Mon Sep 17 00:00:00 2001 From: Simon Swan Date: Wed, 20 Sep 2023 11:06:14 +0100 Subject: [PATCH] Include font file in python package (#144) Co-authored-by: Mark --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49d4e541..f244c34d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ write_to = "src/insight/version.py" [tool.setuptools.package-data] - insight = ["src/insight/fonts/inter-v3-latin-regular.ttf"] + insight = ["src/insight/fonts/SourceSansPro-Regular.ttf"] [tool.pytest.ini_options] junit_suite_name = "unit"