add readme, repo to pyproject.toml

This commit is contained in:
onyx-and-iris 2022-11-13 12:58:18 +00:00
parent 97bf3ffe5d
commit feaf06e639

View File

@ -4,6 +4,8 @@ version = "0.1.1"
description = "Get real time Twitch/Youtube events through Streamlabs SocketIO API" description = "Get real time Twitch/Youtube events through Streamlabs SocketIO API"
authors = ["onyx-and-iris <code@onyxandiris.online>"] authors = ["onyx-and-iris <code@onyxandiris.online>"]
license = "MIT" license = "MIT"
readme = "README.md"
repository = "https://github.com/onyx-and-iris/streamlabs-socketio-py"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"