pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.59k stars 305 forks source link

Uses RST substitution to put badges in 1 line. #1080

Closed shenxianpeng closed 5 months ago

shenxianpeng commented 5 months ago

It might be some update to the Github's RST renderer caused badges display in multi lines. use RST substitution to put badges in 1 line.

Before the change

image

After the change

image

sigmavirus24 commented 5 months ago

Thank you!