mirror of https://github.com/cncf/xds.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
384 B
20 lines
384 B
1 month ago
|
[build-system]
|
||
|
requires = [
|
||
|
"setuptools>=42",
|
||
|
"wheel"
|
||
|
]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[project]
|
||
|
name = "xds"
|
||
|
version = "0.1.0"
|
||
|
description = "xds Protocol Buffer Messages"
|
||
|
requires-python = ">=3.7" # Or the appropriate minimum Python version
|
||
|
dependencies = [
|
||
|
"protobuf==5.29.1"
|
||
|
]
|
||
|
|
||
|
[project.optional-dependencies]
|
||
|
|
||
|
[tool.setuptools.packages.find]
|
||
|
where = ["."]
|