Establish Railiance Fabric graph model
This commit is contained in:
parent
9c1f4d1381
commit
19f9fddc35
89 changed files with 5007 additions and 2 deletions
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=68"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "railiance-fabric"
|
||||
version = "0.1.0"
|
||||
description = "Railiance ecosystem graph declaration loader and validator"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"jsonschema>=4.18",
|
||||
"PyYAML>=6.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
railiance-fabric = "railiance_fabric.cli:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["railiance_fabric*"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue