20 lines
450 B
TOML
20 lines
450 B
TOML
[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 = ["cloud-tools"]
|
|
|
|
[project.scripts]
|
|
miab = "mailinabox.cli.miab:main"
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["mailinabox*"]
|