diff options
| author | Federico Caselli <CaselIT@users.noreply.github.com> | 2021-01-18 22:18:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-18 22:18:30 +0100 |
| commit | e6eabbe20d59520ac711c9cc67ac0b78705c2673 (patch) | |
| tree | 7a7e19a880355865110e10fc53e90a6cdac3e919 /setup.py | |
| parent | e2112fc578c875886af8144fed9c06c21408d890 (diff) | |
| download | greenlet-e6eabbe20d59520ac711c9cc67ac0b78705c2673.tar.gz | |
fix: typo in source code url in setup file
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
