-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
30 lines (25 loc) · 1 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 = AcraNetwork
version = attr: AcraNetwork.__version__.__version__
author = Diarmuid Collins
author_email = [email protected]
url = https://github.com/diarmuidcwc/AcraNetwork
description = Classes and utilities to support Flight Test Instrumentation Ethernet networks
long_description = file: README.rst
keywords = ACRA, iNetX, FTI, IENA
license = GNU GPLv3
classifiers =
Programming Language :: Python
Operating System :: OS Independent
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
[options]
include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
scripts = examples/tx_inetx_udp.py, examples/validate_pcap.py, examples/tx_iena_udp.py,examples/pkg_gen.ini, examples/adau_to_ch10.py, examples/ch10_to_pcap.py
[options.package_data]
* = *.rst
# scripts=['examples/tx_inetx_udp.py', 'examples/tx_iena_udp.py', 'examples/validate_pcap.py', 'examples/pkg_gen.ini'],