Files
ezkl/pyproject.toml
Jason Morton c03a242f85 feat: Python bindings (#185)
---------

Co-authored-by: jseam2 <joshia_seam@mymail.sutd.edu.sg>
2023-04-13 08:26:05 +01:00

19 lines
455 B
TOML

[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-rfEX -p pytester --strict-markers"
testpaths = [
"tests/python/*_tests.py",
]
[project]
name = "ezkl_lib"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]