Initial commit

This commit is contained in:
BarsTiger
2023-06-21 16:21:51 +03:00
commit d5948233c7
5 changed files with 33 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[tool.poetry]
name = "DragonionServer"
version = "0.1.0"
description = ""
authors = ["BarsTiger <zxcbarstiger@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.scripts]
dragonion-server = "DragonionServer:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"