Skip to content

Commit

Permalink
python: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nrybowski committed Feb 7, 2025
1 parent 5d51be9 commit c3757e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dune-mpf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[project]
name = "dune"
dependencies = ["pytoml", "pyyaml", "mpf @ git+https://github.com/mpiraux/mpf.git"]

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
features = ["pyo3/extension-module"]
python-source = "dune"
# target = ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
# [tool.maturin.target]
# arch = "aarch64"

0 comments on commit c3757e1

Please sign in to comment.