-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (30 loc) · 848 Bytes
/
pyproject.toml
File metadata and controls
32 lines (30 loc) · 848 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
31
32
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "sark0y_tam"
version = "1.9.121"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
{ name = "Evgeney Knyazhev (SarK0Y)", email = "sark0y@protonmail.com" },
]
description = "python3 -m sark0y_tam -ver and https://t.me/+N_TdOq7Ui2ZiOTM6 to know more ;D"
license = { file = "LICENSE.TXT", content-type = "text" }
requires-python = ">=3.9"
dependencies = [
"keyboard",
"numpy",
"tabulate",
"click",
"colorama",
"setuptools"
]
classifiers = [
"Programming Language :: Python :: 3.9",
"License :: Free for non-commercial use",
"Operating System :: POSIX :: Linux"
]
[project.urls]
Homepage = "https://t.me/+N_TdOq7Ui2ZiOTM6"
[tool.setuptools.packages]
find = { namespaces = false }