mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4661 Python: Fix pip-package generation and add instructions
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name = "rips"
|
||||
from .Case import Case
|
||||
from .Grid import Grid
|
||||
from .Properties import Properties
|
||||
from .Instance import Instance
|
||||
from .Commands import Commands
|
||||
from .PdmObject import PdmObject
|
||||
from .View import View
|
||||
from .Project import Project
|
||||
from rips.Case import Case
|
||||
from rips.Grid import Grid
|
||||
from rips.Properties import Properties
|
||||
from rips.Instance import Instance
|
||||
from rips.Commands import Commands
|
||||
from rips.PdmObject import PdmObject
|
||||
from rips.View import View
|
||||
from rips.Project import Project
|
||||
Reference in New Issue
Block a user