Skip to content

Commit

Permalink
chore: Add PyPI and GH Actions badges to README (#14)
Browse files Browse the repository at this point in the history
### Added

- Adds a PyPi badge to the README
- Adds a GH Actions badge to the README

### Changes

- Updates PyPI development status classifier to Beta
  • Loading branch information
timoguin authored Jun 17, 2021
1 parent 4fa1772 commit 3ca7fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ from various AWS APIs, as well as a CLI interface.

This is in early development.

[![PyPI version](https://badge.fury.io/py/aws-data-tools.svg)](https://badge.fury.io/py/aws-data-tools)
![Build](https://github.com/timoguin/aws-data-tools/actions/workflows/main.yml/badge.svg)

## Installation

Using pip should work on any system with at least Python 3.9:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/timoguin/aws-data-tools-py"
documentation = "https://timoguin.github.io/aws-data-tools-py"
keywords = ["aws", "etl", "library"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit 3ca7fb6

Please sign in to comment.