File: pyproject.toml

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

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

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