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"