license badge added to readme

license badge added to readme
This commit is contained in:
onyx-and-iris 2022-06-16 16:17:33 +01:00
parent 11275d9473
commit b8a773d5a0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
![Tests Status](./tests/basic.svg?dummy=8484744)

View File

@ -1,8 +1,12 @@
[tool.poetry]
name = "voicemeeter-api"
version = "0.1.0"
version = "0.1.1"
description = "A Python wrapper for the Voiceemeter API"
authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/onyx-and-iris/voicemeeter-api-python"
packages = [
{ include = "voicemeeterlib" },
]