Skip to content

Commit

Permalink
Merge pull request #1 from nasa/harmony-699
Browse files Browse the repository at this point in the history
HARMONY-699: Reference GitHub as our canonical repos
  • Loading branch information
bilts authored Mar 5, 2021
2 parents 9750d5c + 21de19c commit ce20cde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,11 @@ This module requires Python 3.8 or greater::

Install from PyPI::

$ pip install --extra-index-url https://maven.earthdata.nasa.gov/repository/python-repo/simple/ zarr-eosdis-store

.. After release: pip install zarr-eosdis-store
$ pip install zarr-eosdis-store

To install the latest development version::

$ pip install git+https://git.earthdata.nasa.gov/harmony/eosdis-zarr-store.git

.. After release: $ pip install git+https://github.com/nasa/zarr-eosdis-store.git
$ pip install pip install git+https://github.com/nasa/zarr-eosdis-store.git@main#egg=zarr-eosdis-store

Earthdata Login
===============
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
description="Zarr Store class for working with EOSDIS cloud data",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://git.earthdata.nasa.gov/projects/harmony/repos/eosdis-zarr-store",
url="https://github.com/nasa/zarr-eosdis-store",
packages=find_packages(exclude=['docs', 'tests*']),
classifiers=[
"Private :: Do Not Upload", # Pending open source approval: "License :: OSI Approved :: Apache 2.0 License",
"License :: OSI Approved :: Apache 2.0 License",
"Operating System :: OS Independent",
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit ce20cde

Please sign in to comment.