-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 895 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 895 Bytes
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
[build-system]
# ibg 2023-08-30: added pyvisa and pdoc
requires = ["setuptools>=61.0", "pyvisa", "pdoc"]
build-backend = "setuptools.build_meta"
[project]
name = "sentio-prober-control"
# ibg 2023-08-30: added pyvisa as run time dependency
dependencies = ["pyvisa"]
version = "25.2.0"
authors = [
{ name="Ingo Berg", email="ingo.berg@atv-systems.de" },
]
description = "MPI Sentio Prober Control - Python Bindings"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"License :: Other/Proprietary License",
"Natural Language :: English",
"Topic :: Scientific/Engineering"
]
[project.urls]
"Homepage" = "https://ast.mpi-corporation.com/"
"Bug Tracker" = "https://github.com/SentioProberDev/SentioProberControl/issues"