From 2461716909bca97febde3f7112efcdcfdf3e0123 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Sun, 19 Apr 2020 21:37:09 +0200 Subject: [PATCH] Python setup file : Add missing comma --- ApplicationCode/GrpcInterface/Python/setup.py.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/GrpcInterface/Python/setup.py.cmake b/ApplicationCode/GrpcInterface/Python/setup.py.cmake index c331614596..c739922a2b 100644 --- a/ApplicationCode/GrpcInterface/Python/setup.py.cmake +++ b/ApplicationCode/GrpcInterface/Python/setup.py.cmake @@ -18,6 +18,6 @@ setup( url='http://www.resinsight.org', license=license, packages=['rips'], - package_data={'rips': ['*.py', 'generated/*.py', 'PythonExamples/*.py', 'tests/*.py']} + package_data={'rips': ['*.py', 'generated/*.py', 'PythonExamples/*.py', 'tests/*.py']}, install_requires=['grpcio>=1.20.0'] ) \ No newline at end of file