From f2b17e78d6f904f045d0b6fbe1ec579c9950f579 Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sun, 22 Aug 2021 19:06:25 +0200 Subject: [PATCH] fix homepage url --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c8ee678..205afb6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,7 @@ classifiers = Programming Language :: Python :: 3 Topic :: Utilities keywords = data, io, pandas, ods -url = "http://github.com/iuvbio/pandas_ods_reader" +url = https://github.com/iuvbio/pandas_ods_reader author = iuvbio author_email = cryptodemigod@protonmail.com license = MIT