-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
50 lines (45 loc) · 908 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
42
43
44
45
46
47
48
49
50
[metadata]
name = lagtraj
version = attr: lagtraj.__version__
author = Leif Denby
author_email = [email protected]
description = Python trajectory code for Lagrangian simulations
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/EUREC4A-UK/lagtraj
[options]
packages=find:
install_requires =
xarray>=0.16.0
pytest
netCDF4
datetime
numpy
pyyaml
cdsapi
pandas!=1.1.0 # datetime indexing broken with 1.1.0, https://github.com/pydata/xarray/issues/4283
scipy
argparse
dask[array]
asciitree
isodate
psutil
semver==2.13.0
numba
include_package_data = true
[options.packages.find]
where=.
[options.extras_require]
test =
pytest
dev =
%(test)s
pre-commit
ipython
[flake8]
max-line-length = 88
extend-ignore = E203, E713, E501, E701
select = C,E,F,W,B,B950
ignore = E203, E501, W503, W604
[isort]
profile=black