Skip to content

Commit

Permalink
setup.py: Package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrosenthal committed Feb 13, 2024
1 parent 1ecaafd commit 7857a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
url="https://github.com/jackrosenthal/algobowl",
packages=setuptools.find_packages(),
python_requires=">=3.8,<4",
install_requires=BASE_DEPENDS,
Expand Down

0 comments on commit 7857a5e

Please sign in to comment.