mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 13:47:12 -05:00
Replace legacy setup.py packaging with modern pyproject.toml (PEP 517/518/621). Version is dynamically resolved via setuptools attr: directive from rips/_version.py, which CMake generates. Consolidate requirements.txt, dev-requirements.txt, and build-requirements.txt into pyproject.toml dependencies and [dev] optional-dependencies. Consolidate rips/mypy.ini into [tool.mypy] section of pyproject.toml. Update GitHub Actions workflow and CMakeLists.txt accordingly.
2 lines
99 B
CMake
2 lines
99 B
CMake
__version__ = "@RESINSIGHT_MAJOR_VERSION@.@RESINSIGHT_MINOR_VERSION@.@RESINSIGHT_PATCH_VERSION@.1"
|