Rename pyo3 directory to python

Also update the crate's name.
This commit is contained in:
Oliver Hamlet
2025-04-29 17:21:03 +01:00
parent 3553b02644
commit 2b1b67daba
15 changed files with 6 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
[build-system]
requires = ["maturin>=1.8,<2.0"]
build-backend = "maturin"
[project]
name = "libloot"
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"]