We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9582968 commit f5f36b7Copy full SHA for f5f36b7
pyproject.toml
@@ -13,7 +13,7 @@ classifiers = [
13
]
14
dependencies = [
15
"typer-slim==0.12.5",
16
- "bornhack-media-archive-client",
+ "bma-client-lib",
17
18
description = "BornHack Media Archive CLI Tool"
19
name = "bma-cli"
src/bma_cli.py
@@ -11,7 +11,7 @@
11
12
import click
import typer
-from bma_client import BmaClient
+from bma_client_lib import BmaClient
APP_NAME = "bma-cli"
app = typer.Typer()
0 commit comments