From aaf803f34285da159da2c54388f5ab7de5b4de4d Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 11 Apr 2025 15:44:18 +0200 Subject: [PATCH] update misc --- fly.toml | 2 ++ pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 38cf327..7dc4726 100644 --- a/fly.toml +++ b/fly.toml @@ -4,6 +4,8 @@ # app = 'anonsubmit' +# fly.io pricing is by region: https://fly.io/docs/about/pricing/#started-fly-machines +# 'arn' (Sweden) is the cheapest EU region primary_region = 'arn' [build] diff --git a/pyproject.toml b/pyproject.toml index 29126d9..f11f10d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "anonchat" version = "0.1.0" -description = "" +description = "Anonymous ticketing system" authors = [ - {name = "Minecon724",email = "minecon724@noreply.git.m724.eu"} + {name = "Minecon724", email = "dm@m724.eu"} ] license = "0BSD" readme = "README.md"