[build-system] requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] name = "mailinabox" version = "1.0.0" description = "Python client library and CLI for the Mail-in-a-Box admin DNS API" readme = "README.md" license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.9" dependencies = ["python-helpers @ git+https://gitea.koszewscy.waw.pl/koszewscy/python-helpers.git@1.0.0"] [project.scripts] miab = "mailinabox.cli.miab:main" [tool.setuptools.packages.find] include = ["mailinabox*"]