From b91b786ac368bcf3bd8efcae9d5c899434aa5e46 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 25 May 2018 10:31:43 +0300 Subject: [PATCH] Upgrade: http://phdru.name -> https://phdru.name --- devscripts/README.html | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devscripts/README.html b/devscripts/README.html index 7e61e3b..4426efd 100644 --- a/devscripts/README.html +++ b/devscripts/README.html @@ -1,2 +1,2 @@ -Broytman Library for Python - +Broytman Library for Python - a collection of modules I've been writing for common tasks in my programs. diff --git a/setup.py b/setup.py index 083617b..ca9dd5e 100755 --- a/setup.py +++ b/setup.py @@ -10,11 +10,11 @@ setup( long_description_content_type="text/plain", author = "Oleg Broytman", author_email = "phd@phdru.name", - url = "http://phdru.name/Software/Python/#m_lib", + url = "https://phdru.name/Software/Python/#m_lib", project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/#m_lib', + 'Homepage': 'https://phdru.name/Software/Python/#m_lib', 'Download': 'https://pypi.org/project/m_lib/', - 'Git repo': 'http://git.phdru.name/m_lib.git/', + 'Git repo': 'https://git.phdru.name/m_lib.git/', }, license = "GPL", classifiers=[ -- 2.39.2