@@ -7,6 +7,25 @@ name = "esmpy"
77description = " ESMF Python interface"
88# readme = "README.md"
99maintainers = [ {
name =
" ESMF Core Team" ,
email =
" [email protected] " } ]
10+ authors = [
11+ { name = " University Corporation for Atmospheric Research" },
12+ { name = " Massachusetts Institute of Technology" },
13+ { name = " Geophysical Fluid Dynamics Laboratory" },
14+ { name = " University of Michigan" },
15+ { name = " National Centers for Environmental Prediction" },
16+ { name = " Los Alamos National Laboratory" },
17+ { name = " Argonne National Laboratory" },
18+ { name = " NASA Goddard Space Flight Center" },
19+ ]
20+ classifiers = [
21+ " Intended Audience :: Developers" ,
22+ " Intended Audience :: Science/Research" ,
23+ " License :: OSI Approved :: University of Illinois/NCSA Open Source License" ,
24+ " Programming Language :: Python :: 3 :: Only" ,
25+ " Topic :: Scientific/Engineering :: Atmospheric Science" ,
26+ " Topic :: Scientific/Engineering :: Oceanography" ,
27+ " Topic :: Software Development :: Libraries :: Application Frameworks" ,
28+ ]
1029requires-python = " >=3.7"
1130license = { text = " University of Illinois-NCSA" }
1231dependencies = [
@@ -28,6 +47,12 @@ testing = [
2847 " pytest-json-report" ,
2948]
3049
50+ [project .urls ]
51+ Homepage = " http://earthsystemmodeling.org/esmpy/"
52+ Documentation = " https://earthsystemmodeling.org/esmpy_doc/release/latest/html/"
53+ sourcecode = " https://github.com/esmf-org/esmf/tree/develop/src/addon/esmpy"
54+ releasenotes = " https://earthsystemmodeling.org/static/releases.html"
55+
3156[tool .setuptools-git-versioning ]
3257enabled = true
3358template = " {tag}"
0 commit comments