esm-tools / esm_version_checker

GNU General Public License v2.0
0 stars 0 forks source link

Hotfix/fix version #18

Closed denizural closed 3 years ago

denizural commented 3 years ago

TLDR: it should work now :-)

Apparently there is a problem in pkg_resourcesmodule in Python. For the modules in non-editable mode, it is fine but in the developer mode. PKG_INFO file in the egg info is not updated and it is out of synch with the setup.cfg. Therefore when we bumpversion we update the setup.cfg and the init.py (indirectly) but PKG_INFO still contains the old version.