Python : Adjustment to setup.py.cmake

This commit is contained in:
Magne Sjaastad 2021-06-14 11:37:20 +02:00
parent 01c137c2c8
commit 47ad2fc21b

View File

@ -19,5 +19,5 @@ setup(
license=license,
packages=['rips'],
package_data={'rips': ['*.py', 'generated/*.py', 'PythonExamples/*.py', 'tests/*.py']},
install_requires=['grpcio>=1.20.0', protobuf, wheel]
install_requires=['grpcio>=1.20.0', 'protobuf', 'wheel']
)