-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
36 lines (32 loc) · 889 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
[metadata]
name = amami
summary = ACCESS Models Ancillary Manipulation Instruments
version = 0.0.2
description_file = README.md
url=https://github.com/ACCESS-NRI/amami
author = Davide Marchegiani
author_email = davide.marchegiani@anu.edu.au
licence = Apache 2.0
classifier =
Development Status :: 2 - Pre-Beta
Intended Audience :: Science/Research
Environment :: Console
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.9
[files]
packages = amami
[options]
include_package_data = True
install_requires =
psutil
numpy >= 1.17
xarray
mule @ git+https://github.com/metomi/mule@cce4b99c7046217b1ec1192118a786636e0d8e54#subdirectory=mule
scitools-iris
rich-argparse
[options.package_data]
'amami': ['py.typed']
[entry_points]
console_scripts =
amami=amami.cli:main