Change Repo URL (#282)

* Cartesia

* README
This commit is contained in:
Freddy Boulton
2025-04-15 21:48:38 -04:00
committed by GitHub
parent b0a666ef55
commit 72fdc74e82
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
<div style="display: flex; flex-direction: row; justify-content: center"> <div style="display: flex; flex-direction: row; justify-content: center">
<img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc"> <img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc">
<a href="https://github.com/freddyaboulton/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a> <a href="https://github.com/gradio-app/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a>
</div> </div>
<h3 style='text-align: center'> <h3 style='text-align: center'>

View File

@@ -8,7 +8,7 @@
<div style="display: flex; flex-direction: row; justify-content: center"> <div style="display: flex; flex-direction: row; justify-content: center">
<img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc"> <img style="display: block; padding-right: 5px; height: 20px;" alt="Static Badge" src="https://img.shields.io/pypi/v/fastrtc">
<a href="https://github.com/freddyaboulton/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a> <a href="https://github.com/gradio-app/fastrtc" target="_blank"><img alt="Static Badge" src="https://img.shields.io/badge/github-white?logo=github&logoColor=black"></a>
</div> </div>
<h3 style='text-align: center'> <h3 style='text-align: center'>

View File

@@ -1,7 +1,7 @@
site_name: FastRTC site_name: FastRTC
site_url: https://fastrtc.org site_url: https://fastrtc.org
repo_name: fastrtc repo_name: fastrtc
repo_url: https://github.com/freddyaboulton/fastrtc repo_url: https://github.com/gradio-app/fastrtc
theme: theme:
name: material name: material
custom_dir: overrides custom_dir: overrides

View File

@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "fastrtc" name = "fastrtc"
version = "0.0.20" version = "0.0.21"
description = "The realtime communication library for Python" description = "The realtime communication library for Python"
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
@@ -65,8 +65,8 @@ classifiers = [
# encounter your project in the wild. # encounter your project in the wild.
[project.urls] [project.urls]
repository = "https://github.com/freddyaboulton/fastrtc" repository = "https://github.com/gradio-app/fastrtc"
issues = "https://github.com/freddyaboulton/fastrtc/issues" issues = "https://github.com/gradio-app/fastrtc/issues"
Documentation = "https://fastrtc.org/" Documentation = "https://fastrtc.org/"
[project.optional-dependencies] [project.optional-dependencies]