[project] name = "black" version = "0.1.0" description = "Default template for PDM package" authors = [ {name = "konstin", email = "konstin@mailbox.org"}, ] dependencies = [] requires-python = ">=3.11,<3.13" license = {text = "MIT"} [build-system] requires = ["pdm-backend"] build-backend = "pdm.backend" [tool.pdm] package-type = "library"