X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=df870041277c2c8aac0b7a239d7e1e4836067350;hb=81d93ebcd236c6023fac3a74cad8801669da2b5e;hp=bd33a2501343672b841270527380fbae53b79fd1;hpb=6f979a7b947499efdbf58c6611464f53bbf553f2;p=mimedecode.git diff --git a/setup.py b/setup.py index bd33a25..df87004 100755 --- a/setup.py +++ b/setup.py @@ -16,14 +16,14 @@ setup( long_description_content_type="text/plain", author="Oleg Broytman", author_email="phd@phdru.name", - url="http://phdru.name/Software/Python/#mimedecode", + url="https://phdru.name/Software/Python/#mimedecode", project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/#mimedecode', - 'Documentation': 'http://phdru.name/Software/Python/mimedecode.html', + 'Homepage': 'https://phdru.name/Software/Python/#mimedecode', + 'Documentation': 'https://phdru.name/Software/Python/mimedecode.html', 'Download': - 'http://phdru.name/Software/Python/' + 'https://phdru.name/Software/Python/' 'mimedecode-%s.tar.bz2' % mimedecode_version.__version__, - 'Git repo': 'http://git.phdru.name/mimedecode.git', + 'Git repo': 'https://git.phdru.name/mimedecode.git', 'Github repo': 'https://github.com/phdru/mimedecode', 'Issue tracker': 'https://github.com/phdru/mimedecode/issues', },