Skip to content

Commit f2ea567

Browse files
committed
create package with subpackages
1 parent efcd8da commit f2ea567

8 files changed

Lines changed: 3 additions & 3 deletions

File tree

alma-python-packages/__init__.py

Whitespace-only changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alma-python-packages"
3-
version = "1.4.11"
3+
version = "1.4.12"
44
description = "Python module for making requests to the Alma API"
55
readme = "README.md"
66
requires-python = ">=3.14"
@@ -21,4 +21,4 @@ requires = ["hatchling"]
2121
build-backend = "hatchling.build"
2222

2323
[tool.hatch.build.targets.wheel]
24-
packages = ["alma_api", "alma_analytics_parser", "alma_marc"]
24+
packages = ["alma_python_packages/api", "alma_python_packages/analytics_parser", "alma_python_packages/marc"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)