File: pyproject.toml

package info (click to toggle)
pypoint 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: python: 286; makefile: 34
file content (20 lines) | stat: -rw-r--r-- 530 bytes parent folder | download
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"