-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (36 loc) · 990 Bytes
/
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
[metadata]
name = katsdpservices
description = Common code used by services that make up the MeerKAT Science Data Processor, such as a common logging setup
long_description = file: README.md
long_description_content_type = text/markdown
license = Modified BSD
author = MeerKAT SDP Team
author_email = [email protected]
url = https://github.com/ska-sa/katsdpservices
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Astronomy
[options]
package_dir =
= src
packages = find:
install_requires =
netifaces
pygelf >= 0.3.6
python_requires = >=3.8
[options.packages.find]
where = src
[options.extras_require]
argparse =
katsdptelstate
aiomonitor =
aiomonitor
test =
aiomonitor
katsdptelstate
pytest