Skip to content

Commit

Permalink
Merge pull request #3697 from dopplershift/add-bluesky
Browse files Browse the repository at this point in the history
Add Bluesky alongside all Twitter links
  • Loading branch information
dopplershift authored Dec 10, 2024
2 parents 31bd735 + 3ec89bf commit c49e8e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c49e8e3

Please sign in to comment.