-
Notifications
You must be signed in to change notification settings - Fork 89
/
setup.cfg
49 lines (45 loc) · 1.15 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
[metadata]
name = npTDMS
version = 1.9.0
description = Cross-platform, NumPy based module for reading TDMS files produced by LabView
author = Adam Reeve
author_email = adreeve@gmail.com
url = https://github.com/adamreeve/npTDMS
long_description = file: README.rst
license = LGPL
classifiers =
Development Status :: 5 - Production/Stable
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Intended Audience :: Science/Research
Natural Language :: English
[options]
packages =
nptdms
nptdms.export
nptdms.test
install_requires =
numpy
[options.entry_points]
console_scripts =
tdmsinfo = nptdms.tdmsinfo:main
[options.extras_require]
test =
pytest >= 3.1.0
hypothesis
pytest-benchmark
thermocouples_reference
scipy
pandas =
pandas
pyarrow
hdf =
h5py >= 2.10.0
thermocouple_scaling =