X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;fp=project_template%2Fsetup.py;h=21eeadb11ebe5888cc6dd7ac539433669197bdf5;hp=52cb27e8c13c21feaf6f6397a56545c70acb3714;hb=25038de79ea50c08585345522f860f13e9224857;hpb=d4d8c0566f84a0b241412e0019a0d3c3ba02779b diff --git a/project_template/setup.py b/project_template/setup.py index 52cb27e..21eeadb 100755 --- a/project_template/setup.py +++ b/project_template/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/{project}', - download_url='http://phdru.name/Software/Python/{project}', + url='https://phdru.name/Software/Python/{project}', + download_url='https://phdru.name/Software/Python/{project}', project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/{project}', + 'Homepage': 'https://phdru.name/Software/Python/{project}', 'Documentation': - 'http://phdru.name/Software/Python/{project}/docs/', + 'https://phdru.name/Software/Python/{project}/docs/', 'Russian docs': - 'http://phdru.name/Software/Python/{project}/docs/ru/', - 'Download': 'http://phdru.name/Software/Python/{project}', - 'Git repo': 'http://git.phdru.name/{project}.git/', + 'https://phdru.name/Software/Python/{project}/docs/ru/', + 'Download': 'https://phdru.name/Software/Python/{project}', + 'Git repo': 'https://git.phdru.name/{project}.git/', 'Github repo': 'https://github.com/phdru/{project}', 'Issue tracker': 'https://github.com/phdru/{project}/issues', },