-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
pyproject.toml
43 lines (39 loc) · 1.38 KB
/
pyproject.toml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
[project]
dynamic = ["version"]
name = "ntgcalls"
description = "A Native Implementation of Telegram Calls in a seamless way."
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
]
authors = [
{name = "Laky-64", email = "[email protected]"},
]
keywords = [
"audio", "python", "library", "video", "telegram", "stream",
"ffmpeg", "cpp", "webrtc", "voice-chat", "voip", "group-chat",
"video-calls", "calls", "video-chat", "pytgcalls", "ntgcalls",
"tgcalls", "py-tgcalls",
]
requires-python = ">=3.8"
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = "https://pytgcalls.github.io/"
Repository = "https://github.com/pytgcalls/ntgcalls.git"
Documentation = "https://pytgcalls.github.io/NTgCalls"
Changelog = "https://pytgcalls.github.io/PyTgCalls/Changelogs"
[project.optional-dependencies]
test = ['pytest>=6.0']
[tool.setuptools]
packages = []