aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-06-23 20:25:30 +0200
committerEgor Tensin <egor@tensin.name>2024-06-23 20:25:30 +0200
commitf2c75fae1611de34e67905d826819a36c8d7941e (patch)
treef86a4f2b9ce1e198dddcfb4d5113fedfad8de23b /pyproject.toml
parentdocker: bump base images (diff)
downloadcgitize-f2c75fae1611de34e67905d826819a36c8d7941e.tar.gz
cgitize-f2c75fae1611de34e67905d826819a36c8d7941e.zip
switch to egor@tensin.namev5.1.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 51ee7f4..0583f95 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ name = "cgitize"
description = "Self-host your repositories using cgit"
license = {text = "MIT"}
dynamic = ["version"]
-authors = [{name = "Egor Tensin", email = "Egor.Tensin@gmail.com"}]
+authors = [{name = "Egor Tensin", email = "egor@tensin.name"}]
readme = "README.md"
requires-python = ">=3.6"