foxhole/pyproject.toml

15 lines
262 B
TOML
Raw Normal View History

2022-11-16 08:09:05 +01:00
[tool.poetry]
name = "foxhole"
version = "0.1.0"
description = ""
authors = ["SouthFox <master@southfox.me>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"