From f8caf5f419405d9fe791feb0236ac31e7a745378 Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Thu, 16 Jan 2025 12:14:53 -0700 Subject: [PATCH] Uncomment README specification --- src/addon/esmpy/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addon/esmpy/pyproject.toml b/src/addon/esmpy/pyproject.toml index b19149623c..c61b91c7e4 100644 --- a/src/addon/esmpy/pyproject.toml +++ b/src/addon/esmpy/pyproject.toml @@ -5,7 +5,7 @@ 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" },