-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
61 lines (53 loc) · 1.18 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
61
[metadata]
name = katsdpmodels
description = Interfaces to access models used in MeerKAT SDP
long_description = file: README.rst
long_description_content_type = text/x-rst
license = Modified BSD
author = MeerKAT SDP Team
author_email = [email protected]
url = https://github.com/ska-sa/katsdpmodels
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Scientific/Engineering :: Astronomy
[options]
package_dir =
= src
packages = find:
install_requires =
astropy
h5py >= 2.9
numba
numpy
scipy
strict_rfc3339
typing_extensions
python_requires = >=3.6
zip_safe = false # For py.typed
[options.packages.find]
where = src
[options.package_data]
* = py.typed
[options.extras_require]
test =
aioresponses
katsdptelstate[aio]
pytest
pytest-asyncio
pytest-mock
responses
tornado
requests =
requests
aiohttp =
aiohttp
aiohttp-retry>=2.3
doc =
sphinx
sphinxcontrib-tikz
sphinx-rtd-theme
[pylint.TYPECHECK]
# These Astropy modules generate most of their members
ignored-modules = astropy.units,astropy.constants