From 2e80162ba23a3c1ee8939a6a1c7ca5dc9c1dd2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 19 Aug 2025 16:59:28 -0600 Subject: [PATCH] Update project metadata --- README.rst | 14 ++++++-------- backoff/__init__.py | 2 +- pyproject.toml | 3 ++- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 2b1c0f5..5802b26 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,14 @@ backoff ======= -.. image:: https://travis-ci.org/litl/backoff.svg - :target: https://travis-ci.org/litl/backoff -.. image:: https://coveralls.io/repos/litl/backoff/badge.svg - :target: https://coveralls.io/r/litl/backoff?branch=python-3 -.. image:: https://github.com/litl/backoff/workflows/CodeQL/badge.svg - :target: https://github.com/litl/backoff/actions/workflows/codeql-analysis.yml +.. image:: https://github.com/python-backoff/backoff/actions/workflows/ci.yaml/badge.svg + :target: https://github.com/python-backoff/backoff/actions/workflows/ci.yaml +.. image:: https://github.com/python-backoff/backoff/workflows/CodeQL/badge.svg + :target: https://github.com/python-backoff/backoff/actions/workflows/codeql-analysis.yml .. image:: https://img.shields.io/pypi/v/backoff.svg :target: https://pypi.python.org/pypi/backoff -.. image:: https://img.shields.io/github/license/litl/backoff - :target: https://github.com/litl/backoff/blob/master/LICENSE +.. image:: https://img.shields.io/github/license/python-backoff/backoff + :target: https://github.com/python-backoff/backoff/blob/main/LICENSE **Function decoration for backoff and retry** diff --git a/backoff/__init__.py b/backoff/__init__.py index eb7bfa6..1a5fd81 100644 --- a/backoff/__init__.py +++ b/backoff/__init__.py @@ -10,7 +10,7 @@ polling resources for externally generated content. For examples and full documentation see the README at -https://github.com/litl/backoff +https://github.com/python-backoff/backoff """ from backoff._decorator import on_exception, on_predicate from backoff._jitter import full_jitter, random_jitter diff --git a/pyproject.toml b/pyproject.toml index 474179d..7ff220a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "backoff" version = "2.2.1" description = "Function decoration for backoff and retry" authors = [{ name = "Bob Green", email = "rgreen@aquent.com" }] +maintainers = [{ name = "Edgar Ramírez-Mondragón", email = "edgarrm358@gmail.com" }] requires-python = ">=3.7" readme = "README.rst" license = "MIT" @@ -34,7 +35,7 @@ classifiers = [ ] [project.urls] -Repository = "https://github.com/litl/backoff" +Repository = "https://github.com/python-backoff/backoff" [dependency-groups] dev = [