Skip to content

Commit

Permalink
Change package name from python-hdf4 to pyhdf
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
fhs committed Mar 8, 2019
1 parent c300259 commit 3bdc7be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://github.com/fhs/python-hdf4/issues
The source code of the latest release of Python-HDF4 can be obtained from
either of these two location:

* PyPi / the cheeseshop: https://pypi.python.org/pypi/python-hdf4
* PyPi / the cheeseshop: https://pypi.python.org/pypi/pyhdf
* Github: https://github.com/fhs/python-hdf4/releases


Expand Down Expand Up @@ -40,10 +40,10 @@ OS X users can obtain jpeg libraries `here
Installing from the Cheeseshop
------------------------------

To install Python-HDF4 from The Python Package Index (Cheeseshop), open a
To install pyhdf from The Python Package Index (Cheeseshop), open a
command prompt and type::

pip install python-hdf4
pip install pyhdf

On Debian based systems, you can obtain the ``pip`` command by running::

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def _use_hdf4alt(libdirs):
else:
data_files = []

setup(name = 'python-hdf4',
maintainer = 'python-hdf4 authors',
setup(name = 'pyhdf',
maintainer = 'pyhdf authors',
maintainer_email = '[email protected]',
author = 'Andre Gosselin et al.',
description = DOCLINES[0],
Expand Down

0 comments on commit 3bdc7be

Please sign in to comment.