gongor/pyproject.toml

15 lines
306 B
TOML

[project]
name = "gongor"
version = "0.1"
description = "A system to manage Aegi"
readme = "README.md"
requires-python = ">=3.7"
license = {file = "LICENSE.txt"}
[build-system]
requires = ["setuptools >= 61.0.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["gongor"]