-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 981 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "aiogram-renderer"
version = "1.3.8"
description = "Библиотека UI-виджетов для Telegram-ботов с использованием aiogram3"
authors = [{ name = "Foldren" }]
readme = "README.md"
requires-python = ">= 3.9"
dependencies = ["aiogram>=3.18.0"]
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/Foldren/aiogram-renderer"
Issues = "https://github.com/Foldren/aiogram-renderer/issues"
[build-system]
requires = ["hatchling==1.27.0"]
build-backend = "hatchling.build"
# python -m build
# python -m twine upload dist/*