Initial YakPanel commit
This commit is contained in:
13
YakPanel-server/backend/pyproject.toml
Normal file
13
YakPanel-server/backend/pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[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*"]
|
||||
Reference in New Issue
Block a user