-
Notifications
You must be signed in to change notification settings - Fork 8
/
setup.cfg
30 lines (29 loc) · 1.05 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
[metadata]
name = tdm_loader
description = Open National Instruments TDM/TDX files as NumPy structured arrays.
author = Florian Dobener
author_email = florian.dobener@schroedingerscat.org
maintainer = Florian Dobener
maintainer_email = florian.dobener@schroedingerscat.org
license = MIT
license_files = LICENSE.txt
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/domna/tdm_loader
project_urls =
Source = https://github.com/domna/tdm_loader
Download = https://github.com/domna/tdm_loader/releases
Documentation = https://tdm-loader.readthedocs.io/en/latest/
Changelog = https://github.com/domna/tdm_loader/blob/master/CHANGELOG.md
Tracker = https://github.com/domna/tdm_loader/issues
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Intended Audience :: Science/Research
[options]
packages = find:
install_requires =
numpy>=1.14