Skip to content

Commit

Permalink
CIBW...
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jun 27, 2024
1 parent 336ce5b commit 01505ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"


Expand All @@ -24,6 +24,9 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]

[tool.setuptools.package-data]
pykingas = ["libkineticgas.*"]

[project.optional-dependencies]
test = ["pytest"]

Expand Down

0 comments on commit 01505ed

Please sign in to comment.