Skip to content

Commit

Permalink
Read README to get description.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Nov 8, 2017
1 parent e5e2bfe commit e571362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ def finalize_options(self):
requires = f.read().splitlines()
requires = [r.split()[0] for r in requires]

with open('README.rst') as r:
long_description = r.read()

# TODO hdf5 support should be an "extra". Figure out how to set this up.
setup(
name='bitshuffle',
Expand All @@ -291,6 +294,7 @@ def finalize_options(self):
author="Kiyoshi Wesley Masui",
author_email="kiyo@physics.ubc.ca",
description="Bitshuffle filter for improving typed data compression.",
long_description=long_description,
license="MIT",
url="https://github.com/kiyo-masui/bitshuffle",
download_url=("https://github.com/kiyo-masui/bitshuffle/tarball/%s"
Expand Down

0 comments on commit e571362

Please sign in to comment.