Skip to content

Commit 946e0cf

Browse files
committedFeb 15, 2023
docs: bye twitter, hello mastodon
1 parent 9c40c3e commit 946e0cf

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed
 

‎README.rst

+4-7
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Code coverage testing for Python.
1818
| |kit| |downloads| |format| |repos|
1919
| |stars| |forks| |contributors|
2020
| |core-infrastructure| |open-ssf| |snyk|
21-
| |tidelift| |sponsor| |twitter-coveragepy| |twitter-nedbat| |mastodon-nedbat|
21+
| |tidelift| |sponsor| |mastodon-coveragepy| |mastodon-nedbat|
2222
2323
Coverage.py measures code coverage, typically during test execution. It uses
2424
the code analysis tools and tracing hooks provided in the Python standard
@@ -166,12 +166,9 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
166166
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=Mastodon
167167
:target: https://hachyderm.io/@nedbat
168168
:alt: nedbat on Mastodon
169-
.. |twitter-coveragepy| image:: https://img.shields.io/twitter/follow/coveragepy.svg?label=coveragepy&style=flat&logo=twitter&logoColor=4FADFF
170-
:target: https://twitter.com/coveragepy
171-
:alt: coverage.py on Twitter
172-
.. |twitter-nedbat| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF
173-
:target: https://twitter.com/nedbat
174-
:alt: nedbat on Twitter
169+
.. |mastodon-coveragepy| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40coveragepy&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fcoveragepy%2Ffollowers.json&query=totalItems&label=Mastodon
170+
:target: https://hachyderm.io/@coveragepy
171+
:alt: coveragepy on Mastodon
175172
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
176173
:target: https://github.com/sponsors/nedbat
177174
:alt: Sponsor me on GitHub

‎doc/index.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ supported on:
2626
**This is a pre-release build. The usual warnings about possible bugs
2727
apply.** The latest stable version is coverage.py 6.5.0, `described here`_.
2828

29-
3029
.. _described here: http://coverage.readthedocs.io/
3130

31+
3232
For Enterprise
3333
--------------
3434

@@ -207,7 +207,10 @@ using coverage.py.
207207

208208
.. _I can be reached: https://nedbatchelder.com/site/aboutned.html
209209

210+
.. raw:: html
210211

212+
<p>For news and other chatter, follow the project on Mastodon:
213+
<a rel="me" href="https://hachyderm.io/@coveragepy">@coveragepy@hachyderm.io</a>.</p>
211214

212215
More information
213216
----------------

‎howto.txt

-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@
7878
- wait for the new tag build to finish successfully.
7979
- @ https://readthedocs.org/dashboard/coverage/advanced/
8080
- change the default version to the new version
81-
- Announce:
82-
- twitter @coveragepy
83-
- nedbatchelder.com blog post?
8481
- things to automate:
8582
- url to link to latest changes in docs
8683
- next version.py line

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
'?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=pypi'
128128
),
129129
'Issues': 'https://github.com/nedbat/coveragepy/issues',
130-
'Mastodon': 'https://hachyderm.io/@nedbat',
131-
'Twitter': 'https://twitter.com/coveragepy',
130+
'Mastodon': 'https://hachyderm.io/@coveragepy',
131+
'Mastodon (nedbat)': 'https://hachyderm.io/@nedbat',
132132
},
133133
python_requires=">=3.7", # minimum of PYVERSIONS
134134
)

0 commit comments

Comments
 (0)
Please sign in to comment.