Skip to content

Commit a15278e

Browse files
committed
rewrite with uv
1 parent 527f1a4 commit a15278e

3 files changed

Lines changed: 72 additions & 19 deletions

File tree

pyproject.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[project]
2+
name = "alma-python-packages"
3+
version = "1.4.10"
4+
description = "Python module for making requests to the Alma API"
5+
readme = "README.md"
6+
requires-python = ">=3.14"
7+
license = { text = "MIT" }
8+
authors = [
9+
{ name = "Gustav Lindqvist", email = "gustav.lindqvist@ju.se" }
10+
]
11+
dependencies = [
12+
"httplib2",
13+
"xmljson",
14+
]
15+
16+
[project.urls]
17+
Homepage = "https://github.com/JonkopingUniversityLibrary/almaapi"
18+
19+
[build-system]
20+
requires = ["hatchling"]
21+
build-backend = "hatchling.build"
22+
23+
[tool.hatch.build.targets.wheel]
24+
packages = ["alma_api", "alma_analytics_parser", "alma_marc"]

setup.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

uv.lock

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)