Skip to content

Commit 18af646

Browse files
authored
Merge pull request #7836 from radarhere/twitter
Removed references to Twitter
2 parents 0fc9b91 + 7a5b91d commit 18af646

4 files changed

Lines changed: 1 addition & 9 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,6 @@ As of 2019, Pillow development is
8282
<a href="https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img
8383
alt="Join the chat at https://gitter.im/python-pillow/Pillow"
8484
src="https://badges.gitter.im/python-pillow/Pillow.svg"></a>
85-
<a href="https://twitter.com/PythonPillow"><img
86-
alt="Follow on https://twitter.com/PythonPillow"
87-
src="https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg"></a>
8885
<a href="https://fosstodon.org/@pillow"><img
8986
alt="Follow on https://fosstodon.org/@pillow"
9087
src="https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg"

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Released as needed privately to individual vendors for critical security-related
8686

8787
## Publicize Release
8888

89-
* [ ] Announce release availability via [Twitter](https://twitter.com/pythonpillow) and [Mastodon](https://fosstodon.org/@pillow) e.g. https://twitter.com/PythonPillow/status/1013789184354603010
89+
* [ ] Announce release availability via [Mastodon](https://fosstodon.org/@pillow) e.g. https://fosstodon.org/@pillow/110639450470725321
9090

9191
## Documentation
9292

docs/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ Pillow for enterprise is available via the Tidelift Subscription. `Learn more <h
7373
:target: https://gitter.im/python-pillow/Pillow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
7474
:alt: Join the chat at https://gitter.im/python-pillow/Pillow
7575

76-
.. image:: https://img.shields.io/badge/tweet-on%20Twitter-00aced.svg
77-
:target: https://twitter.com/PythonPillow
78-
:alt: Follow on https://twitter.com/PythonPillow
79-
8076
.. image:: https://img.shields.io/badge/publish-on%20Mastodon-595aff.svg
8177
:target: https://fosstodon.org/@pillow
8278
:alt: Follow on https://fosstodon.org/@pillow

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Homepage = "https://python-pillow.org"
8080
Mastodon = "https://fosstodon.org/@pillow"
8181
"Release notes" = "https://pillow.readthedocs.io/en/stable/releasenotes/index.html"
8282
Source = "https://github.com/python-pillow/Pillow"
83-
Twitter = "https://twitter.com/PythonPillow"
8483

8584
[tool.setuptools]
8685
packages = ["PIL"]

0 commit comments

Comments
 (0)