File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -170,4 +170,8 @@ Both automatic and manual processes described above follow the same steps from t
170170 * python-announce-list@python.org (all releases)
171171 * testing-in-python@lists.idyll.org (only major/minor releases)
172172
173- And announce it on `Twitter <https://twitter.com/>`_ and `BlueSky <https://bsky.app/>`_ with the ``#pytest`` hashtag.
173+ And announce it with the ``#pytest`` hashtag on:
174+
175+ * `Bluesky <https://bsky.app>`_
176+ * `Fosstodon <https://fosstodon.org>`_
177+ * `Twitter/X <https://x.com>`_
Original file line number Diff line number Diff line change 2424 <https://web.libera.chat/#pytest> `_)
2525- ``#pytest `` `on Matrix <https://matrix.to/#/#pytest:matrix.org >`_.
2626
27+ Microblogging
28+ -------------
29+
30+ - Bluesky: `@pytest.org <https://bsky.app/profile/pytest.org >`_
31+ - Mastodon: `@pytest@fosstodon.org <https://fosstodon.org/@pytest >`_
32+ - Twitter/X: `@pytestdotorg <https://x.com/pytestdotorg >`_
33+
2734Mail
2835----
2936
Original file line number Diff line number Diff line change @@ -64,10 +64,11 @@ optional-dependencies.dev = [
6464 " xmlschema" ,
6565]
6666urls.Changelog = " https://docs.pytest.org/en/stable/changelog.html"
67+ urls.Contact = " https://docs.pytest.org/en/stable/contact.html"
68+ urls.Funding = " https://docs.pytest.org/en/stable/sponsor.html"
6769urls.Homepage = " https://docs.pytest.org/en/latest/"
6870urls.Source = " https://github.com/pytest-dev/pytest"
6971urls.Tracker = " https://github.com/pytest-dev/pytest/issues"
70- urls.Twitter = " https://twitter.com/pytestdotorg"
7172scripts."py.test" = " pytest:console_main"
7273scripts.pytest = " pytest:console_main"
7374
You can’t perform that action at this time.
0 commit comments