The setup.py was a bit outdated.
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 620452a..27fded4 100644
--- a/setup.py
+++ b/setup.py
@@ -7,11 +7,11 @@ setup(
name="typed-flags",
version="0.2.0.dev1",
author="Thomas Kehrenberg",
- author_email="t.kehrenberg@sussex.ac.uk",
+ author_email="thomas5max@gmail.com",
description="Typed Flags",
long_description=long_description,
long_description_content_type="text/markdown",
- url="https://github.com/thomkeh/typed-flags",
+ url="https://git.sr.ht/~tmk/typed-flags",
license="Apache",
packages=find_packages(),
package_data={"typed_flags": ["py.typed"]},
--
2.24.2 (Apple Git-127)