-
Notifications
You must be signed in to change notification settings - Fork 5
/
pyproject.toml
74 lines (65 loc) · 2.25 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[build-system]
requires = ["hatchling", "hatch-fancy-pypi-readme"]
build-backend = "hatchling.build"
[project]
name = "libertem-live"
dynamic = ["version", "readme"]
description = "Live processing with LiberTEM"
requires-python = ">=3.9"
license-files = { paths = ["LICENSE", "src/libertem_live/detectors/LICENSE"] }
dependencies = [
"libertem>=0.12",
"numpy",
"click",
"tqdm",
"opentelemetry-api",
"sparseconverter>=0.3.3",
"libertem-dectris>=0.2.14",
"libertem-asi-tpx3>=0.2.14",
"libertem-qd-mpx>=0.2.14",
]
keywords = ["electron microscopy"]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Environment :: Console",
"Intended Audience :: Science/Research",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Developers",
"Natural Language :: English",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Visualization",
]
authors = [
{ name = "Alexander Clausen", email = "a.clausen@fz-juelich.de" },
]
[project.optional-dependencies]
sim = ["flask"]
pymemfd = ["pymemfd"]
pytango = ["pytango"]
[project.scripts]
libertem-live-mib-sim = "libertem_live.detectors.merlin.sim:main"
libertem-live-dectris-sim = "libertem_live.detectors.dectris.sim:main"
libertem-live-asi-tpx-sim = "libertem_live.detectors.asi_tpx3.sim:main"
[project.urls]
Repository = "https://github.com/LiberTEM/LiberTEM-live"
Documentation = "https://libertem.github.io/LiberTEM-live"
[tool.hatch.metadata.hooks.fancy-pypi-readme]
"content-type" = "text/x-rst"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.fragments]]
path = "README.rst"
[[tool.hatch.metadata.hooks.fancy-pypi-readme.substitutions]]
pattern = ":(cite|doc):`[^`]+` ?"
replacement = ""
[tool.hatch.version]
path = "src/libertem_live/__version__.py"
[tool.hatch.build.hooks.custom]
# this enables hatch_build.py