-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (26 loc) · 906 Bytes
/
pyproject.toml
File metadata and controls
28 lines (26 loc) · 906 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
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "QuikPy"
version = "2025.11.01"
description = "Библиотека-обертка, которая позволяет получить доступ к функционалу торгового теримнала QUIK из Python"
readme = "README.md"
requires-python = ">=3.12"
license = "MIT"
authors = [
{name = "Чечет Игорь Александрович"}
]
classifiers = [
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"Topic :: Office/Business :: Financial :: Investment"
]
[project.urls]
Homepage = "https://github.com/cia76/QuikPy"
Repository = "https://github.com/cia76/QuikPy"
[tool.setuptools]
packages = ["QuikPy"]