From: Oleg Broytman Date: Fri, 30 Mar 2018 20:56:48 +0000 (+0300) Subject: setup.py: Add long_description_content_type X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=6a7d2b1db82fdb67cecb7504b414e30f08794dd7 setup.py: Add long_description_content_type --- diff --git a/project_template/setup.py b/project_template/setup.py index 64595c6..d02a035 100755 --- a/project_template/setup.py +++ b/project_template/setup.py @@ -11,6 +11,7 @@ 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}',