X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;h=d02a035e58c66289d9cb15da641eebdedf4c5cec;hp=816581f61249961f2e90809eef6f785356799873;hb=6a7d2b1db82fdb67cecb7504b414e30f08794dd7;hpb=13b8070685fe1994fff8ee28cf18ca8f52aec1b9 diff --git a/project_template/setup.py b/project_template/setup.py index 816581f..d02a035 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -11,9 +11,22 @@ setup(name='{project}', version={project}_version.__version__, description='Broytman {project}', long_description=open('README.rst', 'rU').read(), + 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}', + 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',