diff --git a/setup.py b/setup.py index 2af244c..dd45f36 100644 --- a/setup.py +++ b/setup.py @@ -43,9 +43,9 @@ description="Competition-based group project for Algorithms courses", long_description=(HERE / "README.md").read_text(encoding="utf-8"), long_description_content_type="text/markdown", - author="", - author_email="", - url="", + author="Jack Rosenthal", + author_email="jack@rosenth.al", + url="https://github.com/jackrosenthal/algobowl", packages=setuptools.find_packages(), python_requires=">=3.8,<4", install_requires=BASE_DEPENDS,