Add Coriolis dir that poetry needs, along with base __init__.py
This commit is contained in:
parent
80e83d42ed
commit
d31c489e33
|
@ -0,0 +1,7 @@
|
||||||
|
#This is needed for poetry to recognise the top level module
|
||||||
|
import os
|
||||||
|
|
||||||
|
__all__ = ["crlcore"]
|
||||||
|
coriolis_package_dir = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
os.environ["CORIOLIS_TOP"] = coriolis_package_dir
|
Loading…
Reference in New Issue