From 37a00a08b6e307277c5b65d43d256e2ab533d35d Mon Sep 17 00:00:00 2001 From: JC Date: Sun, 8 Aug 2021 07:57:33 -0500 Subject: [PATCH] Updated setup.py to correct wrong repo URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53d3f62..e4aca00 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ description="Asynchronous Python wrapper for BenBot API.", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/xMistt/BenBot", + url="https://github.com/xMistt/BenBotAsync", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",