[build-system] requires = ["maturin>=0.13,<0.14"] build-backend = "maturin" [project] name = "yummy-delta" version = "0.0.8" requires-python = ">=3.7" description = "Yummy mlflow rust extensions" readme = "README.md" license = {file = "LICENSE"} classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] [project.urls] repository = "https://github.com/yummyml/yummy"