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