From 4658d61c9de5a13b308e0047aa82fa0046423f2d Mon Sep 17 00:00:00 2001 From: Eddy Hintze Date: Sun, 19 Jan 2020 09:25:29 -0500 Subject: [PATCH] Updated url in setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0c93aac..c6e63e8 100644 --- a/setup.py +++ b/setup.py @@ -9,12 +9,12 @@ setup( name='humblebundle-downloader', packages=['humblebundle_downloader'], version=__version__, - description='Download your Humbdle Bundle library', + description='Download your Humble Bundle library', long_description=long_description, long_description_content_type='text/markdown', author='Eddy Hintze', author_email="eddy@hintze.co", - url="https://gitx.codes/xtream1101/humblebundle-downloader", + url="https://github.com/xtream1101/humblebundle-downloader", license='MIT', classifiers=[ "Programming Language :: Python :: 3",