From c56d6779541e8166869de18dc3b930c71d595748 Mon Sep 17 00:00:00 2001 From: QuaKe <67868381+quakecodes@users.noreply.github.com> Date: Tue, 30 Aug 2022 22:14:48 +0100 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b5aa001..bb45790 100644 --- a/setup.py +++ b/setup.py @@ -4,15 +4,15 @@ long_description = readme.read() setup(name='pypartpicker', - version='1.0', + version='1.9.1', description='A package that scrapes pcpartpicker.com and returns the results as objects.', packages=['pypartpicker'], - url='https://github.com/QuaKe8782/pypartpicker', + url='https://github.com/thefakequake/pypartpicker', keywords = ['pcpartpicker', 'scraper', 'list', 'beautifulsoup', 'pc', 'parts'], author_email='mastermind4560@gmail.com', install_requires=['bs4', 'requests'], zip_safe=False, - download_url = "https://github.com/QuaKe8782/pypartpicker/archive/1.0.tar.gz", + download_url = "https://github.com/thefakequake/pypartpicker/archive/1.9.1.tar.gz", long_description=long_description, long_description_content_type="text/markdown", classifiers=[