blob: 376cf3fa5770f967af6c8a3300e262f6d76eb172 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[project]
name = "pakarlib"
version = "1.0.0"
description = "Unified data for Pikud Ha'Oref"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"requests>=2.32.3",
]
[project.scripts]
build = "pakarlib.build:run"
fetch = "pakarlib.fetch:run"
[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
|