Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thefakequake committed Aug 30, 2022
1 parent ebfaabb commit c56d677
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 @@ -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='[email protected]',
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=[
Expand Down

0 comments on commit c56d677

Please sign in to comment.