Skip to content

Commit cd18ee3

Browse files
committed
added app description to the app metadata
1 parent 2c6ab9e commit cd18ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def appmetadata() -> AppMetadata:
1616

1717
metadata = AppMetadata(
1818
name="Pyscenedetect Wrapper",
19-
description="",
19+
description="CLAMS app wraps PySceneDetect and performs shot boundary detection on input videos",
2020
app_license="Apache2",
2121
identifier="pyscenedetect-wrapper",
2222
url="https://github.com/clamsproject/app-pyscenedetect-wrapper",

0 commit comments

Comments
 (0)