Skip to content

Commit f5f36b7

Browse files
committed
client lib renamed
1 parent 9582968 commit f5f36b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414
dependencies = [
1515
"typer-slim==0.12.5",
16-
"bornhack-media-archive-client",
16+
"bma-client-lib",
1717
]
1818
description = "BornHack Media Archive CLI Tool"
1919
name = "bma-cli"

src/bma_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import click
1313
import typer
14-
from bma_client import BmaClient
14+
from bma_client_lib import BmaClient
1515

1616
APP_NAME = "bma-cli"
1717
app = typer.Typer()

0 commit comments

Comments
 (0)