File: pyproject.toml

package info (click to toggle)
python-setuptools-protobuf 0.1.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 490; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["setuptools", "setuptools-protobuf"]

[project]
name = "example_src_layout"
version = "0.0.1"

[tool.setuptools-protobuf]
protobufs = ["example_src_layout/foo.proto", "example_src_layout/bar.proto"]
proto_path = "src"
protoc_version = "31.1"