danerlt commented on issue #925:
URL: 
https://github.com/apache/rocketmq-clients/issues/925#issuecomment-2601719929

   Modify setup.py to pyproject.toml can solve the following problem:
   An example of the content of pyproject.toml is as follows:
   ```
   [build-system]
   requires = ["setuptools>=61.0.0", "wheel"]
   build-backend = "setuptools.build_meta"
   
   [project]
   name = "rocketmq-python-client"
   version = "5.0.2"
   description = "RocketMQ Python Client"
   authors = [
       { name = "Your Name", email = "[email protected]" }
   ]
   dependencies = [
       "grpcio>=1.5.0",
       "grpcio-tools>=1.5.0",
       "protobuf",
       "opentelemetry-api>=1.2.0",
       "opentelemetry-sdk>=1.2.0",
       "opentelemetry-exporter-otlp>=1.2.0"
   ]
   requires-python = ">=3.7"
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to