mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 06:55:56 -06:00
Python : Adjustment to setup.py.cmake
This commit is contained in:
parent
01c137c2c8
commit
47ad2fc21b
@ -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']
|
||||
)
|
Loading…
Reference in New Issue
Block a user