1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
description = "API for Minut Point"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["aiohttp"]
name = "pypoint"
version = "3.0.1"
requires-python = ">= 3.11"
readme = "README.md"
authors = [{ name = "Fredrik Erlandsson", email = "fredrik.e@gmail.com" }]
[project.urls]
Repository = "https://github.com/fredrike/pypoint"
|