From 6d10027f2d376b6a3f4eda1023e90179a8a2b041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Sun, 12 May 2024 12:07:51 -0700 Subject: [PATCH] change pypi repo to pipecat-ai --- .github/workflows/publish.yaml | 4 ++-- .github/workflows/publish_test.yaml | 2 +- README.md | 2 +- pyproject.toml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 1a6faddad..68424f106 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -46,7 +46,7 @@ jobs: needs: [ build ] environment: name: pypi - url: https://pypi.org/p/pipecat + url: https://pypi.org/p/pipecat-ai permissions: id-token: write steps: @@ -67,7 +67,7 @@ jobs: needs: [ build ] environment: name: testpypi - url: https://pypi.org/p/pipecat + url: https://pypi.org/p/pipecat-ai permissions: id-token: write steps: diff --git a/.github/workflows/publish_test.yaml b/.github/workflows/publish_test.yaml index deff68823..d0864c092 100644 --- a/.github/workflows/publish_test.yaml +++ b/.github/workflows/publish_test.yaml @@ -46,7 +46,7 @@ jobs: needs: [ build ] environment: name: testpypi - url: https://pypi.org/p/pipecat + url: https://pypi.org/p/pipecat-ai permissions: id-token: write steps: diff --git a/README.md b/README.md index 4912b924f..331d27b2d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![PyPI](https://img.shields.io/pypi/v/pipecat)](https://pypi.org/project/pipecat) +[![PyPI](https://img.shields.io/pypi/v/pipecat-ai)](https://pypi.org/project/pipecat-ai) # Pipecat — an open source framework for voice (and multimodal) assistants diff --git a/pyproject.toml b/pyproject.toml index 3fbaeee12..49ac82492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"] build-backend = "setuptools.build_meta" [project] -name = "pipecat" +name = "pipecat-ai" dynamic = ["version"] description = "An open source framework for voice (and multimodal) assistants" license = { text = "BSD 2-Clause License" } @@ -28,8 +28,8 @@ dependencies = [ ] [project.urls] -Source = "https://github.com/daily-co/pipecat" -Website = "https://daily.co" +Source = "https://github.com/pipecat-ai/pipecat" +Website = "https://pipecat.ai" [project.optional-dependencies] anthropic = [ "anthropic~=0.25.7" ]