Initial project skeleton with uv configuration, dependencies (including elexam-core), and documentation.
14 lines
290 B
TOML
14 lines
290 B
TOML
[project]
|
|
name = "elexam-gateway"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"elexam-core>=0.2.2",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
name = "elexam"
|
|
url = "https://git.elexam.ru/api/packages/Returner_org/pypi/simple"
|