You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: correct accuracy gaps in installation and contributing guides
- installing.rst: fix the conda command (`conda install -c conda-forge
dataretrieval`, not `conda -c conda-forge install ...`).
- contributing.rst: the package version is derived from Git tags by
setuptools_scm, so the "edit the version in setup.py / conf.py" steps
are obsolete — replace them with the tag-based release note. Bump the
supported Python from "3.6, 3.7, 3.8" to "3.9 and later" (matches
pyproject `requires-python` and the CI matrix: 3.9/3.13/3.14).
- CONTRIBUTING.md: update stale `USGS-python/dataretrieval` issue URLs to
`DOI-USGS/dataretrieval-python`, `blob/master` -> `blob/main`, the
Python version list to "3.9 and later", and fix an "interace" typo.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments