]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/setup.py
setup.py: Add long_description_content_type
[cookiecutter.git] / project_template / setup.py
index f2bd980b72e56c6e5e3b30c650b329d53837ee74..d02a035e58c66289d9cb15da641eebdedf4c5cec 100755 (executable)
@@ -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':