-
Notifications
You must be signed in to change notification settings - Fork 70
/
setup.cfg
60 lines (56 loc) · 1.51 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
[metadata]
name = instrumentkit
version = attr: instruments._version.version
description = Test and measurement communication library
author = Steven Casagrande
author_email = stevencasagrande@gmail.com
url = https://www.github.com/instrumentkit/InstrumentKit
long_description = file: README.rst
long_description_content_type = text/x-rst
license = AGPLv3
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Operating System :: OS Independent
License :: OSI Approved :: GNU Affero General Public License v3
Intended Audience :: Science/Research
Intended Audience :: Manufacturing
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator
Topic :: Software Development :: Libraries
[options]
include_package_data = True
package_dir =
= src
packages = find:
install_requires =
pint>=0.21.0
pyserial>=3.3
python-usbtmc
python-vxi11>=0.8
pyusb>=1.0
pyvisa>=1.9
ruamel.yaml>=0.18
typing_extensions>=4.0.1
[options.extras_require]
numpy = numpy
dev =
coverage
hypothesis~=6.98.2
mock
pytest-cov
pytest-mock
pytest-xdist
pytest~=8.0.0
pyvisa-sim
six
[options.packages.find]
where = src
[bdist_wheel]
universal = 1