Initial AS213905 SDK release
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[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"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
Reference in New Issue
Block a user