change pypi repo to pipecat-ai
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
url: https://pypi.org/p/pipecat
|
url: https://pypi.org/p/pipecat-ai
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
environment:
|
environment:
|
||||||
name: testpypi
|
name: testpypi
|
||||||
url: https://pypi.org/p/pipecat
|
url: https://pypi.org/p/pipecat-ai
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/publish_test.yaml
vendored
2
.github/workflows/publish_test.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
needs: [ build ]
|
needs: [ build ]
|
||||||
environment:
|
environment:
|
||||||
name: testpypi
|
name: testpypi
|
||||||
url: https://pypi.org/p/pipecat
|
url: https://pypi.org/p/pipecat-ai
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[](https://pypi.org/project/pipecat)
|
[](https://pypi.org/project/pipecat-ai)
|
||||||
|
|
||||||
# Pipecat — an open source framework for voice (and multimodal) assistants
|
# Pipecat — an open source framework for voice (and multimodal) assistants
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ requires = ["setuptools>=64", "setuptools_scm>=8"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "pipecat"
|
name = "pipecat-ai"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "An open source framework for voice (and multimodal) assistants"
|
description = "An open source framework for voice (and multimodal) assistants"
|
||||||
license = { text = "BSD 2-Clause License" }
|
license = { text = "BSD 2-Clause License" }
|
||||||
@@ -28,8 +28,8 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Source = "https://github.com/daily-co/pipecat"
|
Source = "https://github.com/pipecat-ai/pipecat"
|
||||||
Website = "https://daily.co"
|
Website = "https://pipecat.ai"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
anthropic = [ "anthropic~=0.25.7" ]
|
anthropic = [ "anthropic~=0.25.7" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user