Files
pypretix-device/pyproject.toml
2026-06-30 21:32:47 +02:00

23 lines
531 B
TOML

[build-system]
requires = ["setuptools", "setuptools_scm[toml]"]
build-backend = "setuptools.build_meta"
[project]
name = "pypretix_device"
dynamic = ["version"]
authors = [
{ name="Toothwitch", email="witch@toothwit.ch" },
]
description = "A minimal API client for pretix device authentication and ticket scanning"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.11"
dependencies = [
"requests>=2.28",
"certifi",
]
classifiers = [
"Programming Language :: Python :: 3",
]
[tool.setuptools_scm]