algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
228 stars 51 forks source link

remove manual install of exiftool in documentation and travis #122

Closed inkhey closed 4 years ago

inkhey commented 4 years ago

exiftool is currently installed in travis and in documentation with manual command. This is no longer required as debian exiftool package are now fixed.

inkhey commented 4 years ago

fixed by #129