diff --git a/setup.py b/setup.py index 7dff0a0..f8b8c0c 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ long_description=README, url="https://github.com/dh-tech/hackathon-2022", author="DHTech", - # author_email='', ? + author_email="dhtech.community@gmail.com", license="Apache License, Version 2.0", packages=["undate"], install_requires=REQUIREMENTS,