Skip to content

Commit

Permalink
Merge pull request #315 from esmf-org/DWesl-patch-1
Browse files Browse the repository at this point in the history
BLD: Add metadata to ESMPy pyproject.toml
  • Loading branch information
billsacks authored Jan 16, 2025
2 parents 9101580 + f8caf5f commit d366abc
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion src/addon/esmpy/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,27 @@ build-backend = "setuptools.build_meta"
[project]
name = "esmpy"
description = "ESMF Python interface"
# readme = "README.md"
readme = "README.md"
maintainers = [ { name = "ESMF Core Team", email = "esmf_support@ucar.edu" } ]
authors = [
{ name = "University Corporation for Atmospheric Research" },
{ name = "Massachusetts Institute of Technology" },
{ name = "Geophysical Fluid Dynamics Laboratory" },
{ name = "University of Michigan" },
{ name = "National Centers for Environmental Prediction" },
{ name = "Los Alamos National Laboratory" },
{ name = "Argonne National Laboratory" },
{ name = "NASA Goddard Space Flight Center" },
]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: University of Illinois/NCSA Open Source License",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering :: Atmospheric Science",
"Topic :: Scientific/Engineering :: Oceanography",
"Topic :: Software Development :: Libraries :: Application Frameworks",
]
# The following is the earliest python version that we test with:
requires-python = ">=3.8"
license = { text = "University of Illinois-NCSA" }
Expand All @@ -32,6 +51,12 @@ testing = [
"pytest-json-report",
]

[project.urls]
Homepage = "http://earthsystemmodeling.org/esmpy/"
Documentation = "https://earthsystemmodeling.org/esmpy_doc/release/latest/html/"
sourcecode = "https://github.com/esmf-org/esmf/tree/develop/src/addon/esmpy"
releasenotes = "https://earthsystemmodeling.org/static/releases.html"

[tool.setuptools-git-versioning]
enabled = true
template = "{tag}"
Expand Down

0 comments on commit d366abc

Please sign in to comment.