X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;fp=project_template%2Fsetup.py;h=f2bd980b72e56c6e5e3b30c650b329d53837ee74;hp=816581f61249961f2e90809eef6f785356799873;hb=42f303c9e549305fecdac57682cb2da5bad90f38;hpb=13b8070685fe1994fff8ee28cf18ca8f52aec1b9 diff --git a/project_template/setup.py b/project_template/setup.py index 816581f..f2bd980 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -14,6 +14,17 @@ setup(name='{project}', author='Oleg Broytman', author_email='phd@phdru.name', url='http://phdru.name/Software/Python/{project}', + project_urls={ + 'Homepage': 'http://phdru.name/Software/Python/{project}', + 'Documentation': + 'http://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/', + 'Github repo': 'https://github.com/phdru/{project}', + 'Issue tracker': 'https://github.com/phdru/{project}/issues', + }, license='GPL', keywords=[''], platforms='Any',