Skip to content

Commit

Permalink
Removed project urls from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snehilvj committed Dec 28, 2021
1 parent 059a61d commit 65caf06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
setup(
name=package_name,
url=package["homepage"],
project_urls={
"Bug Reports": package["bugs"]["url"],
"Source": package["repository"]["url"],
},
version=package["version"],
author=package["author"],
author_email="[email protected]",
Expand Down

0 comments on commit 65caf06

Please sign in to comment.