From fdfef46460b9109e58013a80bf595e0587006958 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 29 Jun 2021 15:27:32 +0300 Subject: [PATCH] Add Twitter to PyPI project URLs --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c3b9eee41..e75d8eea4 100755 --- a/setup.py +++ b/setup.py @@ -992,6 +992,7 @@ try: "index.html", "Changelog": "https://github.com/python-pillow/Pillow/blob/master/" "CHANGES.rst", + "Twitter": "https://twitter.com/PythonPillow", }, classifiers=[ "Development Status :: 6 - Mature",