-
Notifications
You must be signed in to change notification settings - Fork 14
/
setup.cfg
60 lines (55 loc) · 1.81 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
# Copyright 2015, 2017, 2019-2023 National Research Foundation (SARAO)
#
# This program is free software: you can redistribute it and/or modify it under
# the terms of the GNU Lesser General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
[metadata]
name = spead2
author = Bruce Merry
author_email = [email protected]
url = https://github.com/ska-sa/spead2
long_description = file: README.rst
version = attr: spead2._version.__version__
description = High-performance SPEAD implementation
license = LGPLv3+
classifiers =
Development Status :: 5 - Production/Stable
Framework :: AsyncIO
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Operating System :: POSIX
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries
Topic :: System :: Networking
[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
numpy>=1.9.2
tests_require =
netifaces2
numba
pytest
pytest-asyncio
pytest-timeout
scipy
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
spead2_send.py = spead2.tools.send_asyncio:main
spead2_recv.py = spead2.tools.recv_asyncio:main
spead2_bench.py = spead2.tools.bench_asyncio:main
[options.package_data]
* = py.typed, *.pyi