Skip to content

Commit d366abc

Browse files
authored
Merge pull request #315 from esmf-org/DWesl-patch-1
BLD: Add metadata to ESMPy pyproject.toml
2 parents 9101580 + f8caf5f commit d366abc

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

src/addon/esmpy/pyproject.toml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,27 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "esmpy"
77
description = "ESMF Python interface"
8-
# readme = "README.md"
8+
readme = "README.md"
99
maintainers = [ { 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:
1130
requires-python = ">=3.8"
1231
license = { 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]
3661
enabled = true
3762
template = "{tag}"

0 commit comments

Comments
 (0)