From 241e11b7babd0d8b87c1f7ad12ba3abe511cac1a Mon Sep 17 00:00:00 2001 From: samedamci Date: Sun, 19 Sep 2021 17:36:46 +0200 Subject: [PATCH] Update pyproject.toml and README.md --- README.md | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2b225..38b4e30 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Unofficial Python library for MatteBOX IPTV. ## Installing ```shell -$ python -m pip install python-mattebox +$ python -m pip install mattebox ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 7743341..78ae848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.0.0" description = "Unofficial library for MatteBOX API." authors = ["samedamci "] license = "ISC" +readme = "README.md" [tool.poetry.dependencies] python = "^3.9.2"