From 7bbcf4e5d2f8dc15c39688f8339d0f62d69b5029 Mon Sep 17 00:00:00 2001 From: DefiDebauchery <75273961+DefiDebauchery@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:03:21 -0500 Subject: [PATCH] Correct pypi Homepage details --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc9afd5..81e7f45 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ long_description_content_type="text/markdown", author="ApeWorX Ltd.", author_email="admin@apeworx.io", - url="https://github.com/ApeWorX/evm-pydantic-types", + url="https://github.com/ApeWorX/eth-pydantic-types", include_package_data=True, install_requires=[ "hexbytes>=0.3.0,<1",