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