From 166b2faed2ee31970ca77f03d0c2095b3482ad26 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Thu, 17 Jul 2025 15:18:44 +0900 Subject: Release v.1.0.0 --- pyproject.toml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5851faf --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,36 @@ +[project] +name = "async-crypto-pay-api" +description = "Async crypto pay api wrapper for t.me/cryptobot" +keywords = ["async", "api", "crypto", "crypto pay api", "cryptobot"] +authors = [{ name = "Tolmachev Igor", email = "me@igorek.dev" }] +maintainers = [{ name = "Tolmachev Igor", email = "me@igorek.dev" }] +dynamic = ["version"] +requires-python = ">=3.10" +readme = "README.md" +license = "LGPL-3.0-only" +license-files = ["LICENSE"] +classifiers = [ + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", + "Framework :: AsyncIO", + "Typing :: Typed", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Programming Language :: Python :: 3.15", +] +dependencies = ["aiohttp>=3.12.14", "pydantic>=2.11.7"] + +[project.urls] +repository = "https://codeberg.org/igorechek06/async_crypto_pay_api" +documentation = "https://help.send.tg/en/articles/10279948-crypto-pay-api" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.version] +path = "src/async_crypto_pay_api/__meta__.py" -- cgit v1.2.3