fixed content type

This commit is contained in:
Christopher Pickering 2021-07-29 13:55:39 -05:00
parent 88c96b0e30
commit 1c27a7a5ce
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -31,7 +31,7 @@ setup(
author_email="cpickering@rhc.net",
description="Django Template Linter",
long_description=long_description(),
long_description_content_type="text/rst",
long_description_content_type="text/x-rst",
url="https://github.com/Riverside-Healthcare/djlint",
include_package_data=True,
package_data={"djlint": ["rules.yaml"]},