forked from QCoDeS/Qcodes_contrib_drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (45 loc) · 1.41 KB
/
setup.cfg
File metadata and controls
47 lines (45 loc) · 1.41 KB
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
[metadata]
name = qcodes_contrib_drivers
maintainer = QCoDeS Community
maintainer_email = qcodes-support@microsoft.com
description = User contributed drivers for QCoDeS
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/QCoDeS/Qcodes_contrib_drivers
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering
license = MIT
license_files =
LICENSE_TEKTRONIX_AWG520_KEITHLEY_2700
LICENSE
project_urls =
Documentation = https://qcodes.github.io/Qcodes_contrib_drivers/
Source = https://github.com/qcodes/qcodes_contrib_drivers
Tracker = https://github.com/QCoDeS/Qcodes_contrib_drivers/issues
[options]
zip_safe = False
packages = find:
python_requires = >=3.7
install_requires =
qcodes>=0.29.0
versioningit>=1.1.0
[options.extras_require]
test =
pytest>=6.2.2
mypy>=0.940
pytest-cov>=3.0.0
coverage[toml]>=6.2
pyvisa-sim
docs =
sphinx
sphinx_rtd_theme
nbsphinx