-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
58 lines (53 loc) · 1.99 KB
/
setup.cfg
File metadata and controls
58 lines (53 loc) · 1.99 KB
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
51
52
53
54
55
56
57
58
[options]
zip_safe = False
python_requires = >=3.10
include_package_data = True
packages = find:
install_requires = file: requirements.txt
[options.packages.find]
exclude =
tests
*.tests
*.tests.*
tests.*
[options.extras_require]
dev =
pytest
[options.entry_points]
console_scripts =
vercye = vercye_ops.cli:main
[metadata]
name = vercye_ops
url = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops
download_url = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops/releases/latest
project_urls =
Documentation = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops/README.md
Site = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops
Source = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops
Tracker = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops/issues
Download = https://github.jpl.nasa.gov/ukraine-ag/vercye_ops/releases/latest
author = MLIA Group at JPL
author_email = wronk@jpl.nasa.gov
description = Operational version of the VERCYE crop estimation library built in partnership with NASA Harvest
keywords = nasa, jpl, NASA Harvest, apsim, remote sensing, crops, Ukraine
# [END MODIFY FOR YOUR PROJECT] ##############################################
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Scientific/Engineering
Topic :: Software Development :: Build Tools
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: System :: Installation/Setup
license = Apache-2.0
license_files =
LICENSE
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8