-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
49 lines (45 loc) · 1.31 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
[metadata]
name = acs-axiom
author = Ben Schroeter
author_email = [email protected]
license = MIT
description = A prototype utility for validating/applying metadata templates for scientific data.
long_description = A prototype utility for validating/applying metadata templates for scientific data.
url = https://github.com/AusClimateService/axiom
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.11
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Atmospheric Science
Topic :: Scientific/Engineering :: Hydrology
Topic :: Software Development :: Libraries :: Python Modules
Operating System :: OS Independent
[options]
packages = find:
zip_safe = False
scripts = bin/axiom
include_package_data = True
python_requires = >=3.11
install_requires =
xarray >= 2023.5.0
netCDF4 >= 1.6.3
h5netcdf >= 1.1.0
cerberus >= 1.3.4
tabulate >= 0.9.0
dask >= 2023.5.1
distributed >= 2023.5.1
tqdm >= 4.65.0
Jinja2 >= 3.1.2
importlib-metadata >= 6.6.0
blush >= 1.1.2
[aliases]
test = pytest
[tool:pytest]
addopts = -v
testpaths = axiom/tests
markers =
flaky: flaky tests
network: tests that require network access
slow: slow tests