File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22requires = [" setuptools>=64" , " setuptools_scm>=8" ]
33build-backend = " setuptools.build_meta"
44
5-
65[project ]
76authors = [
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"
2221readme = " README.md"
2322requires-python = " >=3.11"
2423dynamic = [" 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"}
4039where = [" src" ]
4140
4241[tool .ruff ]
43- target-version = " py310 "
42+ target-version = " py311 "
4443extend-exclude = [
4544 " .git" ,
4645 " __pycache__" ,
Original file line number Diff line number Diff line change 1+ from .bma_client import BmaClient
File renamed without changes.
You can’t perform that action at this time.
0 commit comments