From 74c0050b9a6dbff1f291d85411427920de3c3dc7 Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Thu, 29 Jul 2021 14:46:29 -0500 Subject: [PATCH] updated readme --- README.md | 2 +- setup.py | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b47d6a4..abefd37 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index e4386e0..06b5dd8 100644 --- a/setup.py +++ b/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=[