diff options
Diffstat (limited to 'meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml')
| -rw-r--r-- | meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml b/meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml deleted file mode 100644 index ff35abc472..0000000000 --- a/meta/lib/oeqa/files/maturin/guessing-game/pyproject.toml +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | [build-system] | ||
| 2 | requires = ["maturin>=1.0,<2.0"] | ||
| 3 | build-backend = "maturin" | ||
| 4 | |||
| 5 | [tool.maturin] | ||
| 6 | # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so) | ||
| 7 | features = ["pyo3/extension-module"] | ||
| 8 | |||
