From 73d07a11d8700ef54b2567e2e1d587ee95f8a575 Mon Sep 17 00:00:00 2001 From: Ian Breckenridge <62034540+i13e@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:45:08 -0400 Subject: [PATCH] fix: `build` not including `performance.bin` --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4bd7b72..14cf567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,9 @@ requires = ["setuptools"] build-backend = "setuptools.build_meta" +[tool.setuptools.package-data] +osmanthus = ["performance.bin"] + [project] name = "osmanthus" version = "0.1.0"