diff --git a/README.md b/README.md index 2ce93f7..b6125a2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Backlash Model with Linear Decision Boundaries (blm) -[![License](https://img.shields.io/badge/license-MIT-brightgreen)](https://opensource.org/licenses/MIT) +[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://opensource.org/licenses/MIT) +[![python-versions](https://img.shields.io/pypi/pyversions/blm)](https://img.shields.io/pypi/pyversions/blm) [![codecov](https://codecov.io/gh/famura/blm/branch/master/graph/badge.svg?token=ESUTNFwtYY)](https://codecov.io/gh/famura/blm) -[![codestyle](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![isort](https://img.shields.io/badge/imports-isort-black)](https://pycqa.github.io/isort/) A simple model to describe the backlash effect in physics simulations based on numpy diff --git a/setup.py b/setup.py index 9eb06d4..ba3373c 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,8 @@ "License :: OSI Approved :: MIT License", "Development Status :: 5 - Production/Stable", "Operating System :: OS Independent", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", ],