renamed the project for pypi

This commit is contained in:
Hazel Noack 2025-06-11 15:37:34 +02:00
parent 7dbdc39621
commit 04e3d8f29f
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
[project]
name = "python-requests"
name = "easy-requests"
dependencies = [
"requests~=2.32.4"
]