From 8245c0f6ebafdfa50179f134cd995ccf218cf187 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 2 Nov 2024 17:57:48 -0400 Subject: [PATCH] rename repo --- README.md | 6 +++--- pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0af4164..06f8a51 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # pymmcore-remote -[![License](https://img.shields.io/pypi/l/pymmcore-remote.svg?color=green)](https://github.com/tlambert03/pymmcore-remote/raw/main/LICENSE) +[![License](https://img.shields.io/pypi/l/pymmcore-remote.svg?color=green)](https://github.com/pymmcore-plus/pymmcore-remote/raw/main/LICENSE) [![PyPI](https://img.shields.io/pypi/v/pymmcore-remote.svg?color=green)](https://pypi.org/project/pymmcore-remote) [![Python Version](https://img.shields.io/pypi/pyversions/pymmcore-remote.svg?color=green)](https://python.org) -[![CI](https://github.com/tlambert03/pymmcore-remote/actions/workflows/ci.yml/badge.svg)](https://github.com/tlambert03/pymmcore-remote/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/tlambert03/pymmcore-remote/branch/main/graph/badge.svg)](https://codecov.io/gh/tlambert03/pymmcore-remote) +[![CI](https://github.com/pymmcore-plus/pymmcore-remote/actions/workflows/ci.yml/badge.svg)](https://github.com/pymmcore-plus/pymmcore-remote/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/pymmcore-plus/pymmcore-remote/branch/main/graph/badge.svg)](https://codecov.io/gh/pymmcore-plus/pymmcore-remote) RPC for pymmcore-plus diff --git a/pyproject.toml b/pyproject.toml index 5814523..e0f667d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,8 +51,8 @@ dev = [ mmcore-remote = "pymmcore_remote.server:serve" [project.urls] -homepage = "https://github.com/tlambert03/pymmcore-remote" -repository = "https://github.com/tlambert03/pymmcore-remote" +homepage = "https://github.com/pymmcore-plus/pymmcore-remote" +repository = "https://github.com/pymmcore-plus/pymmcore-remote" # https://docs.astral.sh/ruff [tool.ruff]