-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
45 lines (41 loc) · 1.06 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
[metadata]
description=A package for estimating model-data flux correlations.
classifiers=
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: OS Independent
platform=any
keywords=
temporal correlation function
autocorrelation model
surface flux
license=BSD3
license_file=PSU Open Source Software License Agreement.docx
license_files =
PSU Open Source Software License Agreement.docx
LICENSE
[options]
setup_requires=
setuptools
Cython
numpy
enum34; python_version < "3.4"
install_requires=
numpy
enum34; python_version < "3.4"
python_requires= >=3.5, <4
[options.extras_require]
scripts=
pandas
numexpr
matplotlib
[sdist]
formats=bztar,zip,gztar