openpreserve / fido

Format Identification for Digital Objects (FIDO) is a Python command-line tool to identify the file formats of digital objects. It is designed for simple integration into automated work-flows.
http://openpreservation.org/technology/products/fido/
Other
145 stars 47 forks source link

1.4.1 wheel does not match source, missing format file #184

Closed OskarPersson closed 4 years ago

OskarPersson commented 4 years ago

The wheel on PyPi for 1.4.1 contains both formats-v95.xml and formats-v96.xml in the conf directory while the source tar.gz only contains formats-v96.xml.

The default format files list was not updated in #181 and therefore only works when the wheel is installed and not when installed from source.

ablwr commented 4 years ago

woof, thanks @OskarPersson -- I'll send a patch.