Add missing long_description_content_type to setup.py

This commit is contained in:
Swen Kooij 2020-01-06 17:15:37 +01:00
parent 49d88af76a
commit fbaef6e1ac

View File

@ -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",