[build-system] requires = ["setuptools>=64", "wheel"] build-backend = "setuptools.build_meta" [project] name = "prodir" version = "1.0.0" description = "A module for analyzing and creating directory structures" scripts = {prodir = "prodir.__main__:main"} dependencies = [] license = {text = "Creative Commons Attribution 4.0 International"} authors = [ { name="Falko Habel", email="falko.habel@fabelous.app" } ]