From e6eabbe20d59520ac711c9cc67ac0b78705c2673 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Mon, 18 Jan 2021 22:18:30 +0100 Subject: [PATCH] fix: typo in source code url in setup file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",