diff --git a/setup.py b/setup.py index abf2905..8b2ff36 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,8 @@ long_description_content_type='text/markdown', # This is important! author='RhinosF1', author_email='rhinosf1@wikitide.org', + maintainer='Miraheze Technology Team', + maintainer_email='sre@wikitide.org', url='https://github.com/miraheze/python-functions', packages=find_packages('.'), include_package_data=True,