]> git.phdru.name Git - cookiecutter.git/commitdiff
setup.py: Add `download_url`
authorOleg Broytman <phd@phdru.name>
Thu, 29 Mar 2018 20:40:53 +0000 (23:40 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 29 Mar 2018 20:40:53 +0000 (23:40 +0300)
project_template/setup.py

index f2bd980b72e56c6e5e3b30c650b329d53837ee74..64595c61dd786e6e0000c5786c0b321c14ba6413 100755 (executable)
@@ -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':