Skip to content

Commit

Permalink
Merge pull request #229 from CaselIT/master
Browse files Browse the repository at this point in the history
Fix typo in source code url in setup file
  • Loading branch information
jamadden committed Jan 18, 2021
2 parents e2112fc + e6eabbe commit ef08260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -114,7 +114,7 @@ def get_greenlet_version():
url="https://greenlet.readthedocs.io/",
project_urls={
'Bug Tracker': 'https://github.com/python-greenlet/greenlet/issues',
'Source Code': 'https://github.com/python-greenlet/gevent/',
'Source Code': 'https://github.com/python-greenlet/greenlet/',
'Documentation': 'https://greenlet.readthedocs.io/',
},
license="MIT License",
Expand Down

0 comments on commit ef08260

Please sign in to comment.