From 88a49ae01506e33613a544e237b6430ba3c67319 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 9 Oct 2021 08:06:11 -0400 Subject: Changed HTTP URLs to HTTPS. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 04ca112..caa87a8 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ setup( version = __version__, author="Leonard Richardson", author_email='leonardr@segfault.org', - url="http://www.crummy.com/software/BeautifulSoup/bs4/", - download_url = "http://www.crummy.com/software/BeautifulSoup/bs4/download/", + url="https://www.crummy.com/software/BeautifulSoup/bs4/", + download_url = "https://www.crummy.com/software/BeautifulSoup/bs4/download/", description="Screen-scraping library", python_requires='>=3.6.0', install_requires=[ -- cgit v1.2.3