You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setup: access version w/o __init__ to avoid circular imports (#56)
+ setup.cfg: setup the version number via `version.release_version`, instead of going through `__init__`, to avoid the circular imports that causes the pip install "ModuleNotFoundError"
+ setup.cfg: add `install_requires` and remove `[opptions.package_data]` to be consistent with compass
+ __inti__.py: use absolute module import, to be consistent with the good style from pyresample module
+ version.py: remove the duplicated `__version__` variable.
0 commit comments