updated readme

This commit is contained in:
Christopher Pickering 2021-07-29 14:46:29 -05:00
parent 8e7d2d3112
commit 74c0050b9a
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 6 additions and 2 deletions

View file

@ -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!
[![codecov](https://codecov.io/gh/Riverside-Healthcare/djlint/branch/master/graph/badge.svg?token=eNTG721BAA)](https://codecov.io/gh/Riverside-Healthcare/djlint) [![test](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml/badge.svg)](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/dba6338b0e7a4de896b45b382574f369)](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) [![Maintainability](https://api.codeclimate.com/v1/badges/5febe4111a36c7e0d2ed/maintainability)](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability)
[![codecov](https://codecov.io/gh/Riverside-Healthcare/djlint/branch/master/graph/badge.svg?token=eNTG721BAA)](https://codecov.io/gh/Riverside-Healthcare/djlint) [![test](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml/badge.svg)](https://github.com/Riverside-Healthcare/djlint/actions/workflows/test.yml) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/dba6338b0e7a4de896b45b382574f369)](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) [![Maintainability](https://api.codeclimate.com/v1/badges/5febe4111a36c7e0d2ed/maintainability)](https://codeclimate.com/github/Riverside-Healthcare/djlint/maintainability) [![Downloads](https://img.shields.io/pypi/dm/djlint.svg)](https://pypi.org/project/djlint/)
## Documentation

View file

@ -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=[