diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..0305ae0 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,22 @@ +[project] +name = "Spothole" +version = "2.0" +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 diff --git a/templates/add_spot.html b/templates/add_spot.html index f53326c..83c5100 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index b3a30d8..a80b5ae 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -82,7 +82,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 209f761..7e02a3e 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -79,8 +79,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 9f3e274..e23b13c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index e64e1c3..09e9ee4 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 49cc3dd..69cd65c 100644 --- a/templates/map.html +++ b/templates/map.html @@ -112,8 +112,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index c4ec119..5b06d38 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -118,8 +118,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index c80cf0f..e6b7afb 100644 --- a/templates/status.html +++ b/templates/status.html @@ -86,7 +86,7 @@ - +