X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.py;fp=setup.py;h=158bcd426c55f89347760e096ab42347693bdcbb;hb=7d58ef75a4f5ca2cd01b522a1a6ad4412a8b60ca;hp=7f2699ffc2b6404a5ce2519591b03ce0009cc65f;hpb=1f66e2a621c7aab33b425640bd8ba76579c2fbaf;p=m_librarian.git diff --git a/setup.py b/setup.py index 7f2699f..158bcd4 100755 --- a/setup.py +++ b/setup.py @@ -15,16 +15,16 @@ setup( long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name', - url='http://phdru.name/Software/Python/m_librarian/', + url='https://phdru.name/Software/Python/m_librarian/', project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/m_librarian/', + 'Homepage': 'https://phdru.name/Software/Python/m_librarian/', 'Download': 'https://pypi.org/project/m_librarian/%s/' % m_librarian_version.__version__, 'Documentation': - 'http://phdru.name/Software/Python/m_librarian/docs/', + 'https://phdru.name/Software/Python/m_librarian/docs/', 'Russian docs': - 'http://phdru.name/Software/Python/m_librarian/docs/ru/', - 'Git repo': 'http://git.phdru.name/m_librarian.git/', + 'https://phdru.name/Software/Python/m_librarian/docs/ru/', + 'Git repo': 'https://git.phdru.name/m_librarian.git/', 'Github repo': 'https://github.com/phdru/m_librarian', 'Issue tracker': 'https://github.com/phdru/m_librarian/issues', },