mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-24 12:43:42 +00:00
updated readme
This commit is contained in:
parent
8e7d2d3112
commit
74c0050b9a
2 changed files with 6 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ Simple html template linter and reformatter to find common formatting issues wit
|
|||
|
||||
Ps, ```--check``` it out on Jinja and Handlebar templates as well!
|
||||
|
||||
[](https://codecov.io/gh/Riverside-Healthcare/djlint) [](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [](https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Riverside-Healthcare/djlint&utm_campaign=Badge_Grade) [](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability)
|
||||
[](https://codecov.io/gh/Riverside-Healthcare/djlint) [](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [](https://www.codacy.com/gh/Riverside-Healthcare/djlint/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Riverside-Healthcare/djlint&utm_campaign=Badge_Grade) [](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability) [](https://pypi.org/project/djlint/)
|
||||
|
||||
|
||||
## Documentation
|
||||
|
|
|
|||
6
setup.py
6
setup.py
|
|
@ -32,7 +32,11 @@ setup(
|
|||
description="Django Template Linter",
|
||||
long_description=long_description(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/Riverside-Healthcare/djlint",
|
||||
project_urls={
|
||||
"Documentation": "https://djlint.readthedocs.io",
|
||||
"Source": "https://github.com/Riverside-Healthcare/djlint",
|
||||
},
|
||||
url="",
|
||||
include_package_data=True,
|
||||
package_data={"djlint": ["rules.yaml"]},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue