-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
40 lines (31 loc) · 992 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "jupyter_anywidget_tesseract_pdfjs"
version = "0.0.8"
dependencies = ["anywidget", "puremagic"]
readme = "README.md"
authors = [
{name = "Tony Hirst", email = "[email protected]"},
]
[project.urls]
repository = "https://github.com/innovationOUtside/jupyter_anywidget_tesseract_pdfjs"
[project.license]
text = "Apache License"
[project.optional-dependencies]
dev = ["watchfiles", "jupyterlab"]
# automatically add the dev feature to the default env (e.g., hatch shell)
[tool.hatch.envs.default]
features = ["dev"]
[tool.hatch.build]
only-packages = true
artifacts = ["src/jupyter_anywidget_tesseract_pdfjs/static/*"]
[tool.hatch.build.hooks.jupyter-builder]
build-function = "hatch_jupyter_builder.npm_builder"
ensured-targets = []
skip-if-exists = []
dependencies = ["hatch-jupyter-builder>=0.5.0"]
[tool.hatch.build.hooks.jupyter-builder.build-kwargs]
npm = "npm"
build_cmd = "build"