Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YashTotale committed Mar 19, 2024
1 parent d72f865 commit 31db482
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@
description="Scrape user data from Goodreads",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/YashTotale/goodreads-user-scraper",
project_urls={
"Source Code": "https://github.com/YashTotale/goodreads-user-scraper",
"Bug Tracker": "https://github.com/YashTotale/goodreads-user-scraper/issues",
"Release Notes": "https://github.com/YashTotale/goodreads-user-scraper/releases",
},
author="Yash Totale",
author_email="totaleyash@gmail.com",
license="MIT",
classifiers=[
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
],
Expand Down

0 comments on commit 31db482

Please sign in to comment.