Skip to content

Commit ea9747b

Browse files
committed
setup.py bugfix - forgot to change the variable to the function
1 parent 2a803be commit ea9747b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_long_desc():
5454

5555
# info
5656
description="Python wrapper for exiftool",
57-
long_description=long_desc,
57+
long_description=get_long_desc(),
5858
long_description_content_type="text/x-rst",
5959
keywords="exiftool image exif metadata photo video photography",
6060

0 commit comments

Comments
 (0)