diff --git a/setup.py b/setup.py index 6cd31996..92132f13 100755 --- a/setup.py +++ b/setup.py @@ -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",