Skip to content

Commit 9cb55ec

Browse files
committed
Cleanup of RST
1 parent 472ebcb commit 9cb55ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Support This Project
248248
This project is maintained by volunteers. Support their efforts by spreading the word about:
249249

250250
Django Crash Course
251-
~~~~~~~~~~~~~~~~~~~~~~~~~
251+
++++++++++++++++++++++++++++++++++++
252252

253253
.. image:: https://cdn.shopify.com/s/files/1/0304/6901/files/Django-Crash-Course-300x436.jpg
254254
:name: Django Crash Course: Covers Django 3.0 and Python 3.8

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def read(fname):
3939
version=__version__,
4040
description="A decorator for caching properties in classes.",
4141
long_description=readme + "\n\n" + history,
42+
long_description_content_type="text/x-rst",
4243
author="Daniel Greenfeld",
4344
author_email="[email protected]",
4445
url="https://github.com/pydanny/cached-property",

0 commit comments

Comments
 (0)