16 lines
480 B
TOML
16 lines
480 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea193-proofweave-proof-carrying"
|
|
version = "0.1.0"
|
|
description = "ProofWeave: a proof-carrying WebAssembly toolchain prototype for ServiceGenomes (toy implementation)."
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
authors = [ {name = "ProofWeave Authors"} ]
|
|
classifiers = ["Programming Language :: Python :: 3"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|