From b9b2625e02bf5328b3c944db1965b8a4c968ee20 Mon Sep 17 00:00:00 2001 From: STACiA <69411527+staciax@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:19:39 +0700 Subject: [PATCH] docs: update description in README and pyproject.toml for clarity --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b49c5a1..fdc5c42 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # valorant -An Asynchronous API wrapper for [Valorant API](https://valorant-api.com) written in Python. +An API wrapper for [Valorant API](https://valorant-api.com) written in Python. ## Features - Supports all endpoints. (includes undocumented endpoints) diff --git a/pyproject.toml b/pyproject.toml index 24c669a..b0ff200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "valorant.py" -description = "An Asynchronous API wrapper for Valorant API written in Python." +description = "An API wrapper for Valorant API written in Python." readme = "README.md" requires-python = ">=3.10" authors = [{ name = "STACiA", email = "stacia.dev@gmail.com" }]