1 2 3 4 5 6 7 8 9 10 11
[build-system] requires = ["maturin>=1.0"] build-backend = "maturin" [project] name = "tsl" version = "0.1.1" description = "Temporal Segment Log (TSL)" authors = [{ name = "Vishwanath M M" }] readme = "README.md" requires-python = ">=3.8"