Rename package to lowercase 'opm' instead of 'Opm'

This commit is contained in:
Gaute Lindkvist
2020-06-18 10:09:23 -04:00
parent 5515422d02
commit 16505b421a

View File

@@ -72,7 +72,7 @@ ext_modules = [
]
setup(
name='Opm',
name='opm',
version = '@opm-common_VERSION@' + '@opm-common_PYTHON_PACKAGE_VERSION@',
url='http://www.opm-project.org',
author='The Open Porous Media Project',