From feaf06e639633edc58b4fbded875295d0e706ede Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sun, 13 Nov 2022 12:58:18 +0000 Subject: [PATCH] add readme, repo to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 634d016..ce1846b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "0.1.1" description = "Get real time Twitch/Youtube events through Streamlabs SocketIO API" authors = ["onyx-and-iris "] license = "MIT" +readme = "README.md" +repository = "https://github.com/onyx-and-iris/streamlabs-socketio-py" [tool.poetry.dependencies] python = "^3.10"