X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fsetup.py;h=d02a035e58c66289d9cb15da641eebdedf4c5cec;hp=f2bd980b72e56c6e5e3b30c650b329d53837ee74;hb=6a7d2b1db82fdb67cecb7504b414e30f08794dd7;hpb=42f303c9e549305fecdac57682cb2da5bad90f38 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':