From fcfb8abdf9e07e60faf3b5214d2c94bfd5430d75 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 29 Mar 2018 23:40:53 +0300 Subject: [PATCH] setup.py: Add `download_url` --- project_template/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/project_template/setup.py b/project_template/setup.py index f2bd980..64595c6 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -14,6 +14,7 @@ setup(name='{project}', author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/{project}', + download_url='http://phdru.name/Software/Python/{project}', project_urls={ 'Homepage': 'http://phdru.name/Software/Python/{project}', 'Documentation': -- 2.39.2