From 01505ed60191c3b304339c4aa331ed5af5bb2631 Mon Sep 17 00:00:00 2001 From: Vegard Gjeldvik Jervell Date: Thu, 27 Jun 2024 22:46:48 +0200 Subject: [PATCH] CIBW... --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee5126f..11c22f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core>=0.9.3"] +requires = ["scikit-build-core>=0.9.3", "setuptools"] build-backend = "scikit_build_core.build" @@ -24,6 +24,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] +[tool.setuptools.package-data] +pykingas = ["libkineticgas.*"] + [project.optional-dependencies] test = ["pytest"]