diff --git a/README.md b/README.md index f37575c..21c5c22 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Forks](https://img.shields.io/github/forks/sm1ky/remnawave-api.svg?style=social)](https://github.com/sm1ky/remnawave-api/network/members) [![Issues](https://img.shields.io/github/issues/sm1ky/remnawave-api.svg)](https://github.com/sm1ky/remnawave-api/issues) [![Supported python versions](https://img.shields.io/pypi/pyversions/remnawave-api.svg)](https://pypi.python.org/pypi/remnawave-api) -[![Downloads](https://img.shields.io/pypi/dm/marzban.svg)](https://pypi.python.org/pypi/marzban) +[![Downloads](https://img.shields.io/pypi/dm/remnawave-api.svg)](https://pypi.python.org/pypi/remnawave-api) [![PyPi Package Version](https://img.shields.io/pypi/v/remnawave-api)](https://pypi.python.org/pypi/remnawave-api) [![Publish Python Package](https://github.com/sm1ky/remnawave-api/actions/workflows/upload.yml/badge.svg?branch=production)](https://github.com/sm1ky/remnawave-api/actions/workflows/upload.yml) @@ -27,7 +27,7 @@ pip install git+https://github.com/sm1ky/remnawave-api.git ``` ## 🔎 View on pypi - +[Open](https://pypi.python.org/pypi/remnawave-api) --- diff --git a/pyproject.toml b/pyproject.toml index a47bc7d..9ceba10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "remnawave-api" version = "1.0.1" description = "A Python SDK for interacting with the Remnawave API." authors = [ - {name = "sm1ky",email = "sm1ky@forestsnet.com"} + {name = "Artem",email = "sm1ky@forestsnet.com"} ] license = { text = "MIT" } readme = "README.md" @@ -12,6 +12,24 @@ dependencies = [ "rapid-api-client (==0.6.0)", "orjson (>=3.10.15,<4.0.0)", ] +keywords = ["remnawave", "api", "sdk", "proxy", "httpx", "async", "xray"] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Natural Language :: English", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", + "Framework :: AsyncIO", +] + +[project.urls] +Homepage = "https://github.com/sm1ky/remnawave-api" +Documentation-EN = "https://github.com/sm1ky/remnawave-api/blob/production/README.md" +Developer = "https://t.me/forests_dev" [tool.poetry.group.test.dependencies] ruff = "^0.4.4"