From fbaef6e1ac4f16aa51b4609a20db2da3cc504324 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Mon, 6 Jan 2020 17:15:37 +0100 Subject: [PATCH] Add missing long_description_content_type to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 051ac40..c1874af 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( license="MIT License", description="Implementation of localized model fields using PostgreSQL HStore fields.", long_description=README, + long_description_content_type="text/markdown", url="https://github.com/SectorLabs/django-localized-fields", author="Sector Labs", author_email="open-source@sectorlabs.ro",