This PR fix issue #140, and allows to pip install the project without error :
Use importlib to retrieve version (API added in python 3.8, if python 3.7 support must be kept the backport package https://pypi.org/project/importlib-metadata/ should be used).
Remove analyzeMFT.py as a script to prevent conflict when installing the package.
This PR must be update depending if you wan't to kept support for python 3.7, or update minimal requirement to python 3.8 (or 3.9)
Hi,
This PR fix issue #140, and allows to pip install the project without error :
This PR must be update depending if you wan't to kept support for python 3.7, or update minimal requirement to python 3.8 (or 3.9)
Thanks for your work,