[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 = ["."]