Skip to content

Commit

Permalink
fix homepage and issue in long description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Jun 20, 2018
1 parent 871df7e commit 50747e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -11,7 +11,7 @@ This is useful when your data resides in a big gzipped file,
yet you want to leverage dask parallelism capabilities.

Sample session
---------------
==============

::

Expand All @@ -37,7 +37,7 @@ Sample session
'LINE 9'

Why ?
-----
=====

Dask `read_text` creates a unique partition if you provide it with a gzip file.
This limitations comes from the fact that
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
long_description=long_description,
author='Jurismarches',
author_email='contact@jurismarches.com',
url='https://github.com/jurismarches/dask-igzip',
url='https://github.com/jurismarches/dask_igzip',
packages=[
'dask_igzip',
],
Expand Down

0 comments on commit 50747e3

Please sign in to comment.