[console_scripts]
wai-annotations = wai.annotations.main:sys_main

[wai.annotations.plugins]
check-duplicate-filenames = wai.annotations.isp.duplicate_filenames.specifier:DuplicateFileNamesISPSpecifier
coerce-box = wai.annotations.isp.coercions.specifier:BoxBoundsCoercionISPSpecifier
coerce-mask = wai.annotations.isp.coercions.specifier:MaskBoundsCoercionISPSpecifier
convert-image-format = wai.annotations.isp.convert_image_format.specifier:ConvertImageFormatISPSpecifier
dimension-discarder = wai.annotations.isp.dimension_discarder.specifier:DimensionDiscarderISPSpecifier
discard-negatives = wai.annotations.isp.discard_negatives.specifier:DiscardNegativesISPSpecifier
filter-labels = wai.annotations.isp.filter_labels.specifier:FilterLabelsISPSpecifier
map-labels = wai.annotations.isp.map_labels.specifier:MapLabelsISPSpecifier
od-to-is = wai.annotations.xdc.od_to_is.specifier:OD2ISXDCSpecifier
passthrough = wai.annotations.isp.passthrough.specifier:PassThroughISPSpecifier
remove-classes = wai.annotations.isp.remove_classes.specifier:RemoveClassesISPSpecifier
strip-annotations = wai.annotations.isp.strip_annotations.specifier:StripAnnotationsISPSpecifier

