From: Oleg Broytman Date: Thu, 29 Mar 2018 20:40:53 +0000 (+0300) Subject: setup.py: Add `download_url` X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=fcfb8abdf9e07e60faf3b5214d2c94bfd5430d75;hp=42f303c9e549305fecdac57682cb2da5bad90f38 setup.py: Add `download_url` --- 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':