Skip to content

Commit 934cfe5

Browse files
committed
Stop using RawGit URL in PyPI
RawGit has shut down, but GitHub fixed the original issue so it's no longer needed.
1 parent c69944f commit 934cfe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exec(open("trio/_version.py", encoding="utf-8").read())
44

55
LONG_DESC = """\
6-
.. image:: https://cdn.rawgit.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg
6+
.. image:: https://raw.githubusercontent.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg
77
:width: 200px
88
:align: right
99

0 commit comments

Comments
 (0)