change pypi repo to pipecat-ai

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-12 12:07:51 -07:00
parent bea31215dc
commit 6d10027f2d
4 changed files with 7 additions and 7 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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

View File

@@ -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" ]