mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-30 02:28:57 +03:00
Add missing long_description_content_type to setup.py
This commit is contained in:
1
setup.py
1
setup.py
@@ -42,6 +42,7 @@ setup(
|
|||||||
license="MIT License",
|
license="MIT License",
|
||||||
description="Implementation of localized model fields using PostgreSQL HStore fields.",
|
description="Implementation of localized model fields using PostgreSQL HStore fields.",
|
||||||
long_description=README,
|
long_description=README,
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
url="https://github.com/SectorLabs/django-localized-fields",
|
url="https://github.com/SectorLabs/django-localized-fields",
|
||||||
author="Sector Labs",
|
author="Sector Labs",
|
||||||
author_email="open-source@sectorlabs.ro",
|
author_email="open-source@sectorlabs.ro",
|
||||||
|
|||||||
Reference in New Issue
Block a user