Skip to content

Commit 03c0e66

Browse files
committed
add badges to readme
1 parent 914ec8d commit 03c0e66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This provides a plugin for [Hatch](https://github.com/pypa/hatch) that creates
55
capabilities for fast, reproducible Python dependency management.
66

77
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
8+
[![Lint](https://github.com/djcopley/hatch-uvenv/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/djcopley/hatch-uvenv/actions/workflows/lint.yml)
9+
[![PyPI version](https://badge.fury.io/py/hatch-uvenv.svg)](https://badge.fury.io/py/hatch-uvenv)
10+
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/hatch-uvenv.svg)](https://pypi.python.org/pypi/hatch-uvenv/)
11+
[![Downloads](https://static.pepy.tech/badge/hatch-uvenv)](https://pepy.tech/project/hatch-uvenv)
812

913
**Table of Contents**
1014

0 commit comments

Comments
 (0)