aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 8def49781a56ab3d197d17d5f2018c5ea083f568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"

[tool.flit.metadata]
module = "qolab"
author = "Eugeniy E. Mikhailov"
author-email = "eemikh@wm.edu"
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
description-file = "README.md"
requires = [
	"numpy >=1.19.5",
	"matplotlib >=3.3.4",
	"pyvisa >=1.11.3",
	"scipy >=1.6.0",
	"pyyaml >=5.3.1",
]