Skip to content

Commit 8e3d6b5

Browse files
chore: update SDK settings (#10)
1 parent 126444e commit 8e3d6b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Creation Engine SDK, by the BEATS AI Foundation
22

3-
[![PyPI version](https://img.shields.io/pypi/v/beats_foundation.svg)](https://pypi.org/project/beats_foundation/)
3+
[![PyPI version](https://img.shields.io/pypi/v/beats-foundation.svg)](https://pypi.org/project/beats-foundation/)
44

55
The AI Creation Engine SDK, by the BEATS AI Foundation, provides convenient access to the AI Creation Engine REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields,
66
and offers both synchronous and asynchronous clients powered by [httpx](https://github.com/encode/httpx).
@@ -15,7 +15,7 @@ The REST API documentation can be found on [docs.beatsfoundation.com](https://do
1515

1616
```sh
1717
# install from PyPI
18-
pip install --pre beats_foundation
18+
pip install --pre beats-foundation
1919
```
2020

2121
## Usage

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "beats_foundation"
2+
name = "beats-foundation"
33
version = "0.0.1-alpha.1"
44
description = "The official Python library for the beatsfoundation API"
55
dynamic = ["readme"]

0 commit comments

Comments
 (0)