From 5f8ea385121bb6cafd05447dd64965c7b9ff0533 Mon Sep 17 00:00:00 2001 From: Jiwoo Lee Date: Thu, 14 Mar 2024 13:11:08 -0700 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f24da0b..8048f9811 100755 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ Release Notes and History [Versions]: https://github.com/PCMDI/pcmdi_metrics/releases -[v3.3.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.2 +[v3.3.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.2 [v3.3.1]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3.1 [v3.3]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.3 [v3.2]: https://github.com/PCMDI/pcmdi_metrics/releases/tag/v3.2 From 03415f3ffc130527af79b78601da912dfd05f94d Mon Sep 17 00:00:00 2001 From: Ana Ordonez Date: Thu, 14 Mar 2024 16:03:10 -0700 Subject: [PATCH 2/4] Remove PNG ref --- setup.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/setup.py b/setup.py index 55c355c6c..7e87dba25 100644 --- a/setup.py +++ b/setup.py @@ -57,25 +57,6 @@ } data_files = ( - ( - "share/pmp/graphics/png", - [ - "share/pcmdi/CDATLogo_140x49px_72dpi.png", - "share/pcmdi/CDATLogo_1866x651px_300dpi.png", - "share/pcmdi/CDATLogo_200x70px_72dpi.png", - "share/pcmdi/CDATLogoText_1898x863px_300dpi.png", - "share/pcmdi/CDATLogoText_200x91px_72dpi.png", - "share/pcmdi/PCMDILogo_1588x520px_300dpi.png", - "share/pcmdi/PCMDILogo_200x65px_72dpi.png", - "share/pcmdi/PCMDILogo_300x98px_72dpi.png", - "share/pcmdi/PCMDILogo_400x131px_72dpi.png", - "share/pcmdi/PCMDILogo_500x164px_72dpi.png", - "share/pcmdi/PCMDILogoText_1365x520px_300dpi.png", - "share/pcmdi/PMPLogoText_1359x1146px_300dpi.png", - "share/pcmdi/PMPLogo_1359x1146px_300dpi.png", - "share/pcmdi/PMPLogo_500x421px_72dpi.png", - ], - ), ( "share/pmp", ( From a384fc9d3ec94cb103638d493586367bf5f78be5 Mon Sep 17 00:00:00 2001 From: Ana Ordonez Date: Thu, 14 Mar 2024 16:28:58 -0700 Subject: [PATCH 3/4] Keep logos that are present --- setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.py b/setup.py index 7e87dba25..2a1d4f272 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,20 @@ } data_files = ( + ( + "share/pmp/graphics/png", + [ + "share/pcmdi/PCMDILogo_1588x520px_300dpi.png", + "share/pcmdi/PCMDILogo_200x65px_72dpi.png", + "share/pcmdi/PCMDILogo_300x98px_72dpi.png", + "share/pcmdi/PCMDILogo_400x131px_72dpi.png", + "share/pcmdi/PCMDILogo_500x164px_72dpi.png", + "share/pcmdi/PCMDILogoText_1365x520px_300dpi.png", + "share/pcmdi/PMPLogoText_1359x1146px_300dpi.png", + "share/pcmdi/PMPLogo_1359x1146px_300dpi.png", + "share/pcmdi/PMPLogo_500x421px_72dpi.png", + ], + ), ( "share/pmp", ( From ca85e2d67ddd0bbc617bf76e325f83bab46466a2 Mon Sep 17 00:00:00 2001 From: Ana Ordonez Date: Thu, 14 Mar 2024 16:30:30 -0700 Subject: [PATCH 4/4] whitespace --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a1d4f272..93e0bd43a 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ data_files = ( ( "share/pmp/graphics/png", - [ + [ "share/pcmdi/PCMDILogo_1588x520px_300dpi.png", "share/pcmdi/PCMDILogo_200x65px_72dpi.png", "share/pcmdi/PCMDILogo_300x98px_72dpi.png",