Skip to content

Commit 5e867d5

Browse files
abrichrclaude
andauthored
fix: add README badges for license and Python version (#1)
Add standard badges for license and Python version. PyPI badges are commented out until the package is published. Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ff5942e commit 5e867d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# openadapt-telemetry
22

3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4+
[![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org/downloads/)
5+
6+
<!-- PyPI badges (uncomment once package is published)
7+
[![PyPI version](https://img.shields.io/pypi/v/openadapt-telemetry.svg)](https://pypi.org/project/openadapt-telemetry/)
8+
[![Downloads](https://img.shields.io/pypi/dm/openadapt-telemetry.svg)](https://pypi.org/project/openadapt-telemetry/)
9+
-->
10+
311
Unified telemetry and error tracking for OpenAdapt packages.
412

513
## Features

0 commit comments

Comments
 (0)