17 lines
420 B
TOML
17 lines
420 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "deltatrace-core"
|
|
version = "0.1.0"
|
|
description = "Deterministic replayable latency & governance tracing for live market pipelines"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
authors = [ { name = "OpenCode" } ]
|
|
license = { text = "MIT" }
|
|
dependencies = [ ]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|