Add license badge

The color is complimentary to the blue of the version badge.
This commit is contained in:
Hynek Schlawack 2021-06-01 12:15:23 +02:00
parent 9a6dc6599a
commit e25a24c77c
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<a href="https://www.attrs.org/en/stable/?badge=stable">
<img src="https://img.shields.io/badge/Docs-Read%20The%20Docs-black" alt="Documentation" />
</a>
<a href="https://github.com/python-attrs/attrs/blob/main/LICENSE">
<img src="https://img.shields.io/badge/license-MIT-C06524" alt="License: MIT" />
</a>
<a href="https://pypi.org/project/attrs/">
<img src="https://img.shields.io/pypi/v/attrs" />
</a>