diff --git a/README.rst b/README.rst index 39ff0c3..bfaebca 100644 --- a/README.rst +++ b/README.rst @@ -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 =============== diff --git a/setup.py b/setup.py index 92c82ca..23d406e 100644 --- a/setup.py +++ b/setup.py @@ -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',