diff --git a/setup.py b/setup.py index 19e95f6..a54ec21 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="nostr-dvm", version=VERSION, author="Believethehype", - author_email="-", + author_email="believethehypeonnostr@proton.me", description=DESCRIPTION, long_description=LONG_DESCRIPTION, packages=find_packages(include=['nostr_dvm']),