Skip to content

Commit 5bc65a9

Browse files
committed
Add missing long_description_content_type to setup.py
1 parent 6ee8593 commit 5bc65a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def run(self):
4242
license="MIT License",
4343
description="Bringing all of PostgreSQL's awesomeness to Django.",
4444
long_description=README,
45+
long_description_content_type='text/x-rst',
4546
url="https://github.com/SectorLabs/django-postgres-extra",
4647
author="Sector Labs",
4748
author_email="[email protected]",

0 commit comments

Comments
 (0)