diff --git a/SUPPORT.md b/SUPPORT.md index ff446283fd..e44574a744 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 09b1678849..f0d500c8f7 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 2838f96003..5978b38019 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"