From: Daniel Feldroy Date: Mon, 21 Sep 2020 18:40:23 +0000 (-0700) Subject: Cleanup of RST X-Git-Tag: 1.5.2^0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9cb55ecb394a7e82ebb97a9099b7e87766eadddf;p=cached-property.git Cleanup of RST --- 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",