Skip to content

Commit

Permalink
Fix long description of setup.py to match pypi conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 committed Sep 18, 2019
1 parent 496e4d1 commit 6299385
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def find_version(*file_paths):
version=version,
description=u"Minimalistic set of image reader agnostic tools to easily iterate over large images",
long_description=long_description,
long_description_content_type="text/markdown",
author="vfdev-5",
author_email="vfdev.5@gmail.com",
url="https://github.com/vfdev-5/ImageTilingUtils",
Expand Down

0 comments on commit 6299385

Please sign in to comment.