18 lines
402 B
TOML
18 lines
402 B
TOML
[project]
|
|
name = "bt-test-interfaces"
|
|
readme = "../README.md"
|
|
authors = [{name = "Pandora", email = "pandora-core@google.com"}]
|
|
dynamic = ["version", "description"]
|
|
dependencies = ["protobuf==3.20.1"]
|
|
|
|
[tool.flit.module]
|
|
name = "pandora"
|
|
|
|
[tool.flit.sdist]
|
|
include = ["_build"]
|
|
|
|
[build-system]
|
|
requires = ["flit_core==3.7.1", "grpcio-tools>=1.41"]
|
|
build-backend = "_build.backend"
|
|
backend-path = ["."]
|