X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=project_template%2Fsetup.py;h=d02a035e58c66289d9cb15da641eebdedf4c5cec;hb=8bb7650b7ba4ab03d3e110a98a6e1651cfbed7be;hp=f2bd980b72e56c6e5e3b30c650b329d53837ee74;hpb=42f303c9e549305fecdac57682cb2da5bad90f38;p=cookiecutter.git diff --git a/project_template/setup.py b/project_template/setup.py index f2bd980..d02a035 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -11,9 +11,11 @@ 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':