[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "mistpipe" version = "0.1.0" description = "Mist admin upload CLI — SteamPipe but tiny." readme = "README.md" requires-python = ">=3.11" license = { text = "Proprietary" } authors = [{ name = "Josh" }] dependencies = [ "click>=8.1", "httpx>=0.27", "keyring>=25.0", "rich>=13.9", ] [project.scripts] mistpipe = "mistpipe.cli:cli" [tool.setuptools.packages.find] where = ["src"]