Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyo-masui committed Nov 8, 2017
2 parents 9aaa318 + e571362 commit 2a636f6
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="[email protected]",
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 2a636f6

Please sign in to comment.