From 00e715cd7148f6e03c6d732761164bc240a4c4d8 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 1 Jun 2020 16:25:15 +0100 Subject: [PATCH] Update optional dependencies to PyPI project links in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4a283cbc..122bbc02 100755 --- a/setup.py +++ b/setup.py @@ -385,9 +385,9 @@ setup( # Commented out since they are untested and not officially supported. # See also doc/install.txt for more detailed dependency documentation. # extra_requires = { - # "IP country info": ['GeoIP'], # http://www.maxmind.com/app/python + # "IP country info": ['GeoIP'], # https://pypi.org/project/GeoIP/ # "GNOME proxies": ['pygtk'], # http://www.pygtk.org/downloads.html - # "Bash completion": ['argcomplete'], # https://pypi.python.org/pypi/argcomplete - # "Memory debugging": ['meliae'], # https://launchpad.net/meliae + # "Bash completion": ['argcomplete'], # https://pypi.org/project/argcomplete/ + # "Memory debugging": ['meliae'], # https://pypi.org/project/meliae/ # } )