forked from QCoDeS/Qcodes_contrib_drivers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (31 loc) · 1.09 KB
/
setup.cfg
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
[metadata]
name = qcodes_contrib_drivers
maintainer = QCoDeS Community
maintainer_email = [email protected]
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
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.4.0
versioningit>=1.1.0