Finalize user-engine contracts and operability
This commit is contained in:
parent
b81a9e05da
commit
ce2d620f4e
12 changed files with 392 additions and 15 deletions
|
|
@ -1,9 +1,16 @@
|
|||
[project]
|
||||
name = "user-engine"
|
||||
version = "0.0.0"
|
||||
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-0001"
|
||||
workplan = "USER-WP-0006"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue