forked from pyvisa/pyvisa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
67 lines (63 loc) · 1.85 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
author = Torsten Bronger, Gregor Thalhammer
author_email = bronger@physik.rwth-aachen.de
maintainer = Matthieu C. Dartiailh
maintainer_email = m.dartiailh@gmail.com
license = MIT License
description = Python VISA bindings for GPIB, RS232, TCPIP and USB instruments
keywords =
VISA
GPIB
USB
serial
RS232
measurement
acquisition
url = https://github.com/pyvisa/pyvisa
long_description = file: README.rst, AUTHORS, CHANGES
long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
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
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
platforms = Linux,, Windows,, Mac
[options]
py_modules = visa
packages =
pyvisa
pyvisa.ctwrapper
pyvisa.resources
pyvisa.thirdparty
pyvisa.testsuite
pyvisa.testsuite.fake-extensions
pyvisa.testsuite.fakelibs
pyvisa.testsuite.keysight_assisted_tests
zip_safe = False
install_requires =
python_requires = >=3.6
use_2to3 = False
platforms = Linux; Windows; Mac
test_suite = pyvisa.testsuite.testsuite
setup_require = setuptools>=42; wheel; setuptools_scm[toml]>=3.4.3
[options.entry_points]
console_scripts =
pyvisa-shell=pyvisa.cmd_line_tools:visa_shell
pyvisa-info=pyvisa.cmd_line_tools:visa_info
[options.package_data]
* = *.dll
[check-manifest]
ignore =
.travis.yml
tox.ini