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 @@ def read(fname): 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",