mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
23 lines
666 B
TOML
23 lines
666 B
TOML
[project]
|
|
name = "spothole"
|
|
version = "2.1.2"
|
|
authors = [
|
|
{ name = "Ian Renton", email = "ian@ianrenton.com" },
|
|
]
|
|
description = "Spothole is a utility to aggregate \"spots\" from amateur radio DX clusters and xOTA spotting sites, and provide an open JSON API as well as a website to browse the data."
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
license = "Public Domain"
|
|
license-files = ["LICENSE"]
|
|
|
|
[project.urls]
|
|
Homepage = "https://git.ianrenton.com/ian/spothole"
|
|
Issues = "https://git.ianrenton.com/ian/spothole/issues"
|
|
|
|
[tool.ruff]
|
|
line-length = 120
|