Skip to content

Commit

Permalink
Cleanup of RST
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Sep 21, 2020
1 parent 472ebcb commit 9cb55ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9cb55ec

Please sign in to comment.