Skip to content

Commit 6299385

Browse files
committed
Fix long description of setup.py to match pypi conditions
1 parent 496e4d1 commit 6299385

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def find_version(*file_paths):
2727
version=version,
2828
description=u"Minimalistic set of image reader agnostic tools to easily iterate over large images",
2929
long_description=long_description,
30+
long_description_content_type="text/markdown",
3031
author="vfdev-5",
3132
author_email="vfdev.5@gmail.com",
3233
url="https://github.com/vfdev-5/ImageTilingUtils",

0 commit comments

Comments
 (0)