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"