This commit is contained in:
Evgeny (Krymmy) Momotov 2025-11-11 11:11:56 +03:00
parent c42660aec0
commit a5fdfd35ab
3 changed files with 19 additions and 0 deletions

19
pyproject.toml Normal file
View file

@ -0,0 +1,19 @@
[project]
name = "asteriskapimanager"
version = "0.1.0"
description = ""
authors = [
{name = "Evgeny (Krymmy) Momotov",email = "evgeny.momotov@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
]
[tool.poetry]
packages = [{include = "asteriskapimanager", from = "src"}]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"

View file

0
tests/__init__.py Normal file
View file