mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
28 lines
555 B
TOML
28 lines
555 B
TOML
[build-system]
|
|
build-backend = "maturin"
|
|
requires = ["setuptools", "maturin"]
|
|
|
|
[tool.maturin]
|
|
# cargo-extra-args = ["--release"]
|
|
bindings = "pyo3"
|
|
manylinux = "off"
|
|
|
|
#[tool.maturin.dependencies]
|
|
#python = "^3.6"
|
|
|
|
[package.metadata.maturin]
|
|
requires-dist = [
|
|
"numpy",
|
|
"scenedetect[opencv]",
|
|
"opencv-python",
|
|
"tqdm",
|
|
"psutil",
|
|
"scipy",
|
|
"matplotlib",
|
|
]
|
|
classifiers = [
|
|
"Programming Language :: Rust",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|