forked from pyvisa/pyvisa-sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
67 lines (63 loc) · 1.63 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[metadata]
name = PyVISA-sim
author = Hernan E. Grecco
author_email = [email protected]
maintainer = Matthieu C. Dartiailh
maintainer_email = [email protected]
license = MIT License
description = Simulated backend for PyVISA implementing TCPIP, GPIB, RS232, and USB resources
keywords =
Remote
VISA
GPIB
USB
serial
RS232
measurement
acquisition
simulator
mock
url = https://github.com/pyvisa/pyvisa-sim
long_description = file: README.rst, AUTHORS, CHANGES
long_description_content_type = text/x-rst
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Python
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Topic :: Software Development :: Libraries :: Python Modules
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
platforms = Linux; Windows; Mac
[options]
packages =
pyvisa_sim
pyvisa_sim.testsuite
zip_safe = False
install_requires =
pyvisa>=1.11.0
PyYAML
stringparser
setuptools
setup_requires = setuptools>=42; wheel; setuptools_scm[toml]>=3.4.3
use_2to3 = False
[options.package_data]
pyvisa_sim = default.yaml
[check-manifest]
ignore =
.travis.yml
tox.ini
[tool:pytest]
addopts =
-vv
-ra
--strict
--tb=short
testpaths = pyvisa-sim/testsuite