Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Jul 24, 2024
2 parents dd71f6d + ec35911 commit 1e4b73a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,17 @@ repos:
- id: debug-statements
- id: check-merge-conflict

- repo: 'https://gitlab.com/pycqa/flake8'
- repo: 'https://github.com/PyCQA/flake8'
rev: 3.9.0
hooks:
- id: flake8

- repo: 'https://github.com/ambv/black'
rev: 20.8b1
rev: 24.4.2
hooks:
- id: black
args: ['--safe']

- repo: 'https://github.com/chewse/pre-commit-mirrors-pydocstyle'
rev: v2.1.1
hooks:
- id: pydocstyle

- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.7.0
hooks:
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[!CAUTION]

**This repository is no longer maintained** as SciHub / Copernicus Open Access Hub is now closed.
You should now directly use `EODAG <https://github.com/CS-SI/eodag>`_ with ``cop_dataspace`` (Copernicus Dataspace
Ecosystem) provider which is the official data distribution system for Copernicus Sentinel data.

.. image:: https://badge.fury.io/py/eodag-sentinelsat.svg
:target: https://badge.fury.io/py/eodag-sentinelsat

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name="eodag_sentinelsat",
version="0.4.1",
version="0.4.1.post1",
description="Sentinelsat plugin to EODAG (https://github.com/CS-SI/eodag)",
long_description=readme,
author="CS Systemes d'Information (CSSI)",
Expand Down

0 comments on commit 1e4b73a

Please sign in to comment.