mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 18:31:54 +00:00
fixed content type
This commit is contained in:
parent
88c96b0e30
commit
1c27a7a5ce
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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"]},
|
||||
|
|
|
|||
Loading…
Reference in a new issue