Skip to content

Commit

Permalink
Add long description information to the package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
CairX committed Aug 14, 2017
1 parent 95f9220 commit c5e1190
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 @@ -5,6 +5,7 @@
version="0.1.0",
description="Extract colors from a specified image. "
"Groups colors based on visual similarities using the CIE76 formula.",
long_description=open("README.rst").read(),
url="https://github.com/CairX/extract-colors-py",
author="CairX",
author_email="lazycairx@gmail.com",
Expand Down

0 comments on commit c5e1190

Please sign in to comment.