Calamari-OCR / calamari

Line based ATR Engine based on OCRopy
GNU General Public License v3.0
1.05k stars 209 forks source link

Update setup to fix build warnings #276

Closed stweil closed 3 years ago

stweil commented 3 years ago

This fixes these warnings:

UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
Usage of dash-separated 'licence-file' will not be supported in future versions. Please use the underscore name 'licence_file' instead

Signed-off-by: Stefan Weil sw@weilnetz.de