@@ -5,8 +5,27 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " esmpy"
77description = " ESMF Python interface"
8- # readme = "README.md"
8+ 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+ ]
1029# The following is the earliest python version that we test with:
1130requires-python = " >=3.8"
1231license = { text = " University of Illinois-NCSA" }
@@ -32,6 +51,12 @@ testing = [
3251 " pytest-json-report" ,
3352]
3453
54+ [project .urls ]
55+ Homepage = " http://earthsystemmodeling.org/esmpy/"
56+ Documentation = " https://earthsystemmodeling.org/esmpy_doc/release/latest/html/"
57+ sourcecode = " https://github.com/esmf-org/esmf/tree/develop/src/addon/esmpy"
58+ releasenotes = " https://earthsystemmodeling.org/static/releases.html"
59+
3560[tool .setuptools-git-versioning ]
3661enabled = true
3762template = " {tag}"
0 commit comments