forked from aquacropos/aquacrop
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
50 lines (47 loc) · 1.19 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 = aquacrop
version = 2.2
author = Thomas Kelly
author_email = [email protected]
description = Soil-Crop-Water model based on AquaCrop-OS.
long_description = file: README.md
long_description_content_type= text/markdown
keywords = aquacrop, aquacropos, aquacrop-ospy, python
url = https://github.com/aquacropos/aquacrop
project_urls =
Bug Tracker = https://github.com/aquacropos/aquacrop/issues
classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: MacOS
Operating System :: Microsoft
Operating System :: POSIX :: Linux
Natural Language :: English
[options]
install_requires =
numba==0.55.0
numpy>=1.18.0,<1.22.0
pandas>=1.3.5
tqdm>=4.64.0
cffi==1.15.0
setup_requires =
numba==0.55.0
numpy>=1.18.0,<1.22.0
pandas>=1.3.5
tqdm>=4.64.0
cffi==1.15.0
include_package_data = True
packages = find:
python_requires = >=3.7
[options.packages.find]
exclude =
examples*
tools*
docs*
aquacrop.tests*
test*
scripts*
venv*