rowingdude / analyzeMFT

analyzeMFT.py is designed to fully parse the MFT file from an NTFS filesystem and present the results as accurately as possible in multiple formats.
MIT License
447 stars 115 forks source link

Fix issue #140 : make project pip installable. #141

Closed william-billaud closed 2 months ago

william-billaud commented 2 months ago

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,

rowingdude commented 2 months ago

Thanks for your help!