diff --git a/README.md b/README.md index 5fe563b..80afe2f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # Klotty Python SDK + [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ![Build](https://github.com/drish/klotty-py/actions/workflows/test.yaml/badge.svg) [![codecov](https://codecov.io/gh/drish/klotty-py/branch/main/graph/badge.svg?token=GGD39PPFM0)](https://codecov.io/gh/drish/klotty-py) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +![PyPI](https://img.shields.io/pypi/v/klotty) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/klotty) --- ## Installation diff --git a/setup.py b/setup.py index cdbc817..9459eba 100644 --- a/setup.py +++ b/setup.py @@ -30,5 +30,7 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], )