1 2 3 4 5 6 7 8 9
[build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project] name = "plato-tile-split" version = "0.1.0" description = "Tile decomposition into sub-tiles" license = {text = "MIT"} requires-python = ">=3.8"