Update pyproject.toml and README.md

This commit is contained in:
samedamci 2021-09-19 17:36:46 +02:00
parent a9ab28bfec
commit 241e11b7ba
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Unofficial Python library for MatteBOX IPTV.
## Installing ## Installing
```shell ```shell
$ python -m pip install python-mattebox $ python -m pip install mattebox
``` ```
## Usage ## Usage

View File

@ -4,6 +4,7 @@ version = "0.0.0"
description = "Unofficial library for MatteBOX API." description = "Unofficial library for MatteBOX API."
authors = ["samedamci <samedamci@disroot.org>"] authors = ["samedamci <samedamci@disroot.org>"]
license = "ISC" license = "ISC"
readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9.2" python = "^3.9.2"