From b8a773d5a07ce6d0f9341e132bf7a1713a9d2a1c Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 16 Jun 2022 16:17:33 +0100 Subject: [PATCH] license badge added to readme license badge added to readme --- README.md | 1 + pyproject.toml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 77eb411..c5cc2c5 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 544d6e5..0f8d674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +license = "MIT" +readme = "README.md" +repository = "https://github.com/onyx-and-iris/voicemeeter-api-python" + packages = [ { include = "voicemeeterlib" }, ]