From 9cb55ecb394a7e82ebb97a9099b7e87766eadddf Mon Sep 17 00:00:00 2001 From: Daniel Feldroy Date: Mon, 21 Sep 2020 11:40:23 -0700 Subject: [PATCH] Cleanup of RST --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 76d2ce3..c5c2411 100644 --- a/README.rst +++ b/README.rst @@ -248,7 +248,7 @@ Support This Project This project is maintained by volunteers. Support their efforts by spreading the word about: Django Crash Course -~~~~~~~~~~~~~~~~~~~~~~~~~ +++++++++++++++++++++++++++++++++++++ .. image:: https://cdn.shopify.com/s/files/1/0304/6901/files/Django-Crash-Course-300x436.jpg :name: Django Crash Course: Covers Django 3.0 and Python 3.8 diff --git a/setup.py b/setup.py index ec10211..63d3c8d 100755 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ setup( version=__version__, description="A decorator for caching properties in classes.", long_description=readme + "\n\n" + history, + long_description_content_type="text/x-rst", author="Daniel Greenfeld", author_email="pydanny@gmail.com", url="https://github.com/pydanny/cached-property", -- 2.30.2