Skip to content

Commit 13fed60

Browse files
committed
reorganize
1 parent 527f1a4 commit 13fed60

9 files changed

Lines changed: 93 additions & 19 deletions

File tree

alma_python_packages/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

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

setup.py

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

uv.lock

Lines changed: 68 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)