From 1f1d50e64940707724cc80f4f9544558f2f445e8 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Thu, 6 Aug 2026 13:29:17 -0400 Subject: [PATCH] Contact grows two social channels: Mastodon and Bluesky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Eric's call — the README's questions-and-bugs section and the package urls now list @eric@toots.kestrelsnest.social and the kestrelsnest.social Bluesky handle alongside the email. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g --- README.md | 2 +- pyproject.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7832211..a5be27f 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Run your own *pipeline* from a different directory — the clone's `data/` is th ## Questions, bugs, ideas -Email [eric@ericwagoner.com](mailto:eric@ericwagoner.com) — bug reports, confusions, and "it worked, here's my collection" notes all welcome. (This Gitea instance doesn't take public registrations, so there's no issue tracker to file into yet; if enough people show up, one will materialize.) +Email [eric@ericwagoner.com](mailto:eric@ericwagoner.com), or find me on Mastodon at [@eric@toots.kestrelsnest.social](https://toots.kestrelsnest.social/@eric) or Bluesky at [@kestrelsnest.social](https://bsky.app/profile/kestrelsnest.social) — bug reports, confusions, and "it worked, here's my collection" notes all welcome. (This Gitea instance doesn't take public registrations, so there's no issue tracker to file into yet; if enough people show up, one will materialize.) ## A note on being a good BGG citizen diff --git a/pyproject.toml b/pyproject.toml index debceef..574598b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,8 @@ dependencies = [ Homepage = "https://kestrelsnest.social" Repository = "https://git.kestrelsnest.social/eric/bggpipe" Documentation = "https://git.kestrelsnest.social/eric/bggpipe/src/branch/main/docs/guide.md" +Mastodon = "https://toots.kestrelsnest.social/@eric" +Bluesky = "https://bsky.app/profile/kestrelsnest.social" [project.scripts] bggpipe = "bggpipe.cli:app"