Skip to content

Commit 3ca7fb6

Browse files
authored
chore: Add PyPI and GH Actions badges to README (#14)
### Added - Adds a PyPi badge to the README - Adds a GH Actions badge to the README ### Changes - Updates PyPI development status classifier to Beta
1 parent 4fa1772 commit 3ca7fb6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ from various AWS APIs, as well as a CLI interface.
55

66
This is in early development.
77

8+
[![PyPI version](https://badge.fury.io/py/aws-data-tools.svg)](https://badge.fury.io/py/aws-data-tools)
9+
![Build](https://github.com/timoguin/aws-data-tools/actions/workflows/main.yml/badge.svg)
10+
811
## Installation
912

1013
Using pip should work on any system with at least Python 3.9:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/timoguin/aws-data-tools-py"
1111
documentation = "https://timoguin.github.io/aws-data-tools-py"
1212
keywords = ["aws", "etl", "library"]
1313
classifiers = [
14-
"Development Status :: 3 - Alpha",
14+
"Development Status :: 4 - Beta",
1515
"Intended Audience :: Developers",
1616
"License :: OSI Approved :: MIT License",
1717
"Programming Language :: Python",

0 commit comments

Comments
 (0)