Files
as213905-sdk/python/pyproject.toml
T

21 lines
573 B
TOML

[build-system]
requires = ["hatchling>=1.24"]
build-backend = "hatchling.build"
[project]
name = "as213905"
version = "1.1.0"
description = "Official AS213905 customer API client"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "MIT"}
authors = [{name = "AS213905", email = "noc@as213905.com"}]
keywords = ["as213905", "bgp", "transit", "geofeed"]
[project.urls]
Documentation = "https://as213905.com/docs/api/reference"
Repository = "https://git.datacoria.com/Phylex/as213905-sdk/src/branch/main/python"
[tool.pytest.ini_options]
testpaths = ["tests"]