Skip to content

Commit

Permalink
fix download URL in config after master branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ezbz committed Jul 2, 2024
1 parent a7385b5 commit 47c8ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self):
long_description = long_description,
long_description_content_type="text/x-rst",
url = 'https://github.com/ezbz/gitlabber',
download_url = 'https://github.com/ezbz/gitlabber/archive/master.zip',
download_url = 'https://github.com/ezbz/gitlabber/archive/main.zip',
author = 'Erez Mazor',
author_email = '[email protected]',
license = 'MIT',
Expand Down

0 comments on commit 47c8ed9

Please sign in to comment.