Skip to content

Commit 0bc7055

Browse files
committed
switch to src layout, prepare to rename package to bma-client-lib
1 parent 832260f commit 0bc7055

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
requires = ["setuptools>=64", "setuptools_scm>=8"]
33
build-backend = "setuptools.build_meta"
44

5-
65
[project]
76
authors = [
87
{email = "thomas@gibfest.dk"},
@@ -17,8 +16,8 @@ dependencies = [
1716
"httpx==0.27.2",
1817
"pillow==11.0.0",
1918
]
20-
name = "bornhack-media-archive-client"
21-
description = "BornHack Media Archive Python Client Library"
19+
name = "bma-client-lib"
20+
description = "BornHack Media Archive Client Library"
2221
readme = "README.md"
2322
requires-python = ">=3.11"
2423
dynamic = ["version"]
@@ -29,7 +28,7 @@ dev = [
2928
]
3029

3130
[project.urls]
32-
homepage = "https://github.com/bornhack/bma-client-python"
31+
homepage = "https://github.com/bornhack/bma-client-lib-python"
3332

3433
[tool.setuptools_scm]
3534

@@ -40,7 +39,7 @@ package-dir = {"" = "src"}
4039
where = ["src"]
4140

4241
[tool.ruff]
43-
target-version = "py310"
42+
target-version = "py311"
4443
extend-exclude = [
4544
".git",
4645
"__pycache__",

src/bma_client/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .bma_client import BmaClient

0 commit comments

Comments
 (0)