generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathsetup.cfg
50 lines (47 loc) · 1.26 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
50
[metadata]
name = aquacrop
version = 3.0.11
author = Tim Foster
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 =
numpy >= 1.22.0
pandas >= 2.0.0
tqdm >= 4.65.0
matplotlib >= 1.2.0
seaborn >= 0.13.0
setup_requires =
numpy >= 1.22.0
pandas >= 2.0.0
tqdm >= 4.65.0
matplotlib >= 1.2.0
seaborn >= 0.13.0
include_package_data = True
packages = find:
python_requires = >=3.7
[options.packages.find]
exclude =
examples*
tools*
docs*
aquacrop.tests*
test*
scripts*
venv*