From 3ec89bfd03d1da48b5656cc06a96de24f1226c87 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 21 Nov 2024 14:26:01 -0700 Subject: [PATCH] MNT: Add Bluesky alongside all Twitter links --- SUPPORT.md | 1 + docs/conf.py | 6 ++++++ pyproject.toml | 1 + 3 files changed, 8 insertions(+) diff --git a/SUPPORT.md b/SUPPORT.md index ff446283fda..e44574a744a 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -20,6 +20,7 @@ of these, so you only need to pick one to share your problem. 😉 Unidata's Python support email address. * [Gitter](https://gitter.im/Unidata/MetPy): text-based chat with the developers; sign in using GitHub or Twitter. +* [MetPy on Bluesky](https://bsky.app/profile/metpy.bsky.social) * [MetPy on Twitter](https://twitter.com/MetPy) * [Unidata Python User’s Mailing List](https://www.unidata.ucar.edu/support/#mailinglists) diff --git a/docs/conf.py b/docs/conf.py index 09b1678849a..f0d500c8f7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -226,6 +226,12 @@ 'icon': 'fa-brands fa-github', 'type': 'fontawesome', }, + { + 'name': 'Bluesky', + 'url': 'https://bsky.app/profile/metpy.bsky.social', + 'icon': 'fa-brands fa-bluesky', + 'type': 'fontawesome', + }, { 'name': 'Twitter', 'url': 'https://twitter.com/MetPy', diff --git a/pyproject.toml b/pyproject.toml index 2838f960031..5978b38019f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ extras = [ "Release Notes" = "https://github.com/Unidata/MetPy/releases" "Bug Tracker" = "https://github.com/Unidata/MetPy/issues" "Source Code" = "https://github.com/Unidata/MetPy" +"Bluesky" = "https://bsky.app/profile/metpy.bsky.social" "Twitter" = "https://twitter.com/MetPy" "MetPy Mondays" = "https://www.youtube.com/playlist?list=PLQut5OXpV-0ir4IdllSt1iEZKTwFBa7kO"