diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-08-25 21:54:13 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-08-25 21:54:13 +0200 |
commit | 888c23d0b9c50ff457be2cb300afe634f1d6fa59 (patch) | |
tree | 9ef388ad197a89b48a02a6e5a88529d15e68036b /hittekaart-py/pyproject.toml | |
parent | 6adcd94a6747fe7ec6f1ad1073453636847a0bff (diff) | |
parent | e888344ba561bc6a52f96f7a7bc2ad24be287a82 (diff) | |
download | hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.tar.gz hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.tar.bz2 hittekaart-888c23d0b9c50ff457be2cb300afe634f1d6fa59.zip |
Merge branch 'py'
Diffstat (limited to 'hittekaart-py/pyproject.toml')
-rw-r--r-- | hittekaart-py/pyproject.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/hittekaart-py/pyproject.toml b/hittekaart-py/pyproject.toml new file mode 100644 index 0000000..865cc21 --- /dev/null +++ b/hittekaart-py/pyproject.toml @@ -0,0 +1,15 @@ +[build-system] +requires = ["maturin>=1.8,<2.0"] +build-backend = "maturin" + +[project] +name = "hittekaart-py" +requires-python = ">=3.8" +classifiers = [ + "Programming Language :: Rust", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", +] +dynamic = ["version"] +[tool.maturin] +features = ["pyo3/extension-module"] |