Files
2026-04-07 02:04:22 +05:30

14 lines
287 B
TOML

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "yakpanel-server"
version = "1.0.0"
description = "YakPanel - Web hosting control panel"
requires-python = ">=3.11"
[tool.setuptools.packages.find]
where = ["."]
include = ["app*"]