22 lines
711 B
INI
22 lines
711 B
INI
[metadata]
|
|
name = TDMtermite-RecordEvolution
|
|
version = 1.0.5
|
|
author = Record Evolution GmbH
|
|
author_email = mario.fink@record-evolution.de
|
|
maintainer = Record Evolution GmbH
|
|
license = MIT
|
|
description = Extract and read data from National Instruments LabVIEW tdx/tdm files and export them as csv files
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/RecordEvolution/TDMtermite.git
|
|
project_urls =
|
|
Bug Tracker = https://github.com/RecordEvolution/TDMtermite/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
packages = find:
|
|
python_requires = >=3.6
|