v1.4.0
- Now works with / without 'zip_safe
- Uses importlib, importlib.resources if available; falls back to pkg_resources, imp if not (
__init__.py
) PY_MODULE
,PIP_NAME
,EXTENSION_NAME
no longer need to be set inconfig.sh
- they are derived from the source codeversion_extname.ini
in module directory is used to shareVERSION
andEXTENSION_NAME
betweensetup.py
__init__.py
and scripts