From 6a7d2b1db82fdb67cecb7504b414e30f08794dd7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 30 Mar 2018 23:56:48 +0300 Subject: [PATCH] setup.py: Add long_description_content_type --- project_template/setup.py | 1 + 1 file changed, 1 insertion(+) 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}', -- 2.39.2