blob: cb5b72a1d49d00f5bf0ee62916b83aee0a6f2fe5 [file] [log] [blame]
Thomas Girardier469be682022-05-03 12:31:53 -07001[project]
2name = "bt-test-interfaces"
3readme = "../README.md"
4authors = [{name = "Pandora", email = "pandora-core@google.com"}]
5dynamic = ["version", "description"]
6dependencies = ["protobuf==3.20.1"]
7
8[tool.flit.module]
9name = "pandora"
10
11[tool.flit.sdist]
12include = ["_build"]
13
14[build-system]
15requires = ["flit_core==3.7.1", "grpcio-tools>=1.41"]
16build-backend = "_build.backend"
17backend-path = ["."]