mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
Python : Adjustment to setup.py.cmake
This commit is contained in:
parent
01c137c2c8
commit
47ad2fc21b
@ -19,5 +19,5 @@ setup(
|
|||||||
license=license,
|
license=license,
|
||||||
packages=['rips'],
|
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', protobuf, wheel]
|
install_requires=['grpcio>=1.20.0', 'protobuf', 'wheel']
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user