summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Caselli <CaselIT@users.noreply.github.com>2021-01-18 22:18:30 +0100
committerGitHub <noreply@github.com>2021-01-18 22:18:30 +0100
commite6eabbe20d59520ac711c9cc67ac0b78705c2673 (patch)
tree7a7e19a880355865110e10fc53e90a6cdac3e919 /setup.py
parente2112fc578c875886af8144fed9c06c21408d890 (diff)
downloadgreenlet-e6eabbe20d59520ac711c9cc67ac0b78705c2673.tar.gz
fix: typo in source code url in setup file
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6cd3199..92132f1 100755
--- a/setup.py
+++ b/setup.py
@@ -114,7 +114,7 @@ setup(
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",