diff --git a/README.md b/README.md index 07f1a6b..7de1316 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ A Python library for simplified HTTP requests, featuring rate limiting, browser- ## Installation +**Note:** *I couldn't upload it as `python-requests` because pypi does not allow it.* + ```bash -pip install python-requests +pip install easy-requests ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 4615bf4..a757bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "python-requests" +name = "easy-requests" dependencies = [ "requests~=2.32.4" ]