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 (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = ["setuptools", "setuptools-protobuf"]

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

[tool.setuptools-protobuf]
protobufs = ["example/foo.proto"]
protoc_version = "31.1"