Skip to content

Commit

Permalink
feat: rename package due to pypi complain
Browse files Browse the repository at this point in the history
  • Loading branch information
julianolf committed May 15, 2024
1 parent df3db27 commit e214135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# FastAPI Utils

![Tests](https://github.com/DotzInc/fastapi-utils/actions/workflows/tests.yml/badge.svg?event=push)
![PyPI - Version](https://img.shields.io/pypi/v/fastapiutils)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastapiutils)
![PyPI - Version](https://img.shields.io/pypi/v/fastapiutilities)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fastapiutilities)

A well-tailored utility set for FastAPI.

Expand All @@ -15,5 +15,5 @@ A well-tailored utility set for FastAPI.
To install FastAPI Utils, use pip:

```sh
pip install fastapiutils
pip install fastapiutilities
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "fastapiutils"
name = "fastapiutilities"
version = "0.1.0"
description = "A well-tailored utility set for FastAPI."
readme = {file = "README.md", content-type = "text/markdown"}
Expand Down

0 comments on commit e214135

Please sign in to comment.