This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
user-engine/pyproject.toml

17 lines
338 B
TOML

[project]
name = "user-engine"
version = "0.1.0"
description = "Headless user-domain and profile engine."
requires-python = ">=3.12"
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]
[tool.user-engine]
package = "user_engine"
workplan = "USER-WP-0006"