]> git.phdru.name Git - cookiecutter.git/commitdiff
setup.py: Add long_description_content_type
authorOleg Broytman <phd@phdru.name>
Fri, 30 Mar 2018 20:56:48 +0000 (23:56 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 30 Mar 2018 20:56:48 +0000 (23:56 +0300)
project_template/setup.py

index 64595c61dd786e6e0000c5786c0b321c14ba6413..d02a035e58c66289d9cb15da641eebdedf4c5cec 100755 (executable)
@@ -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}',