Skip to content

Commit

Permalink
Read long_description from README.md (fix #195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ritchford authored and adammhaile committed Jul 31, 2017
1 parent fdfaf9b commit cfac152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include bibliopixel/VERSION
include scripts/*
recursive-include ui *
include requirements.txt
include README.md
recursive-exclude test *
recursive-exclude bin *
recursive-exclude build *
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def _get_version():
description=(
'BiblioPixel is a pure python library for manipulating a wide variety '
'of LED strip based displays, both in strip and matrix form.'),
long_description=open('README.md').read(),
author='Adam Haile',
author_email='adam@maniacallabs.com',
url='http://github.com/maniacallabs/bibliopixel/',
Expand Down

0 comments on commit cfac152

Please sign in to comment.