Converted Go MIAB tool to Python.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[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*"]
|
||||
Reference in New Issue
Block a user