Cleanup of RST 1.5.2
authorDaniel Feldroy <daniel@feldroy.com>
Mon, 21 Sep 2020 18:40:23 +0000 (11:40 -0700)
committerDaniel Feldroy <daniel@feldroy.com>
Mon, 21 Sep 2020 18:40:23 +0000 (11:40 -0700)
README.rst
setup.py

index 76d2ce35a39eb7d50dd00f3d1b649bc8a47ad28e..c5c241156b32ea43be950459166b1509cb156925 100644 (file)
@@ -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
index ec10211b18bf23d4fe178add0a26203df86328f9..63d3c8deb27b7caa7ab60a1d51ea4aab3b08b6ca 100755 (executable)
--- 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",