From 831967e399311faede4052ab6b2750af458adaef Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sun, 12 Nov 2023 21:13:20 +0000 Subject: [PATCH] update repo name --- README.md | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48692e5e..7efc2f70 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # FastUI -[![CI](https://github.com/samuelcolvin/fastui/workflows/CI/badge.svg?event=push)](https://github.com/samuelcolvin/fastui/actions?query=event%3Apush+branch%3Amain+workflow%3ACI) +[![CI](https://github.com/samuelcolvin/FastUI/workflows/CI/badge.svg?event=push)](https://github.com/samuelcolvin/FastUI/actions?query=event%3Apush+branch%3Amain+workflow%3ACI) [![pypi](https://img.shields.io/pypi/v/fastui.svg)](https://pypi.python.org/pypi/fastui) -[![versions](https://img.shields.io/pypi/pyversions/fastui.svg)](https://github.com/samuelcolvin/fastui) -[![license](https://img.shields.io/github/license/samuelcolvin/fastui.svg)](https://github.com/samuelcolvin/fastui/blob/main/LICENSE) +[![versions](https://img.shields.io/pypi/pyversions/fastui.svg)](https://github.com/samuelcolvin/FastUI) +[![license](https://img.shields.io/github/license/samuelcolvin/FastUI.svg)](https://github.com/samuelcolvin/FastUI/blob/main/LICENSE) WIP diff --git a/pyproject.toml b/pyproject.toml index c1eda901..ee84bed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ dynamic = ["version"] [project.urls] -Homepage = "https://github.com/samuelcolvin/fastui" +Homepage = "https://github.com/samuelcolvin/FastUI" [tool.ruff]