forked from unibe-icelab/teraflash-ctrl-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (25 loc) · 829 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (25 loc) · 829 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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "teraflash-ctrl"
version = "1.4.3"
authors = [
{ name = "Linus Leo Stöckli", email = "linus.stoeckli@unibe.ch" },
]
description = "This Python package allows the configuration and readout of the TeraFlash Pro THz spectrometer. Use at own risk."
readme = { file = "README.md", content-type = "text/markdown" }
license-files = ["LICENSE.md"]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
]
dependencies = [
"numpy",
"scipy"
]
[project.urls]
"Homepage" = "https://github.com/unibe-icelab/teraflash-ctrl-python"
"Bug Tracker" = "https://github.com/unibe-icelab/teraflash-ctrl-python/issues"