diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 23:37:47 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-12-20 23:37:47 -0500 |
commit | d503f75e0535edb644a53fd77b4bc85a97fb4add (patch) | |
tree | 5e3bb310e9984be091be69c6c54eba4d08522499 | |
parent | 9e3806e5a557d3041dacb34801aed3e4a1dc654e (diff) | |
download | python-setuptools-git-d503f75e0535edb644a53fd77b4bc85a97fb4add.tar.gz |
Fix badge for GHA
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ .. _PyPI link: https://pypi.org/project/setuptools -.. image:: https://github.com/jaraco/setuptools/workflows/Automated%20Tests/badge.svg - :target: https://github.com/jaraco/setuptools/actions?query=workflow%3A%22Automated+Tests%22 +.. image:: https://github.com/pypa/setuptools/workflows/Automated%20Tests/badge.svg + :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22Automated+Tests%22 :alt: Automated Tests .. image:: https://img.shields.io/badge/code%20style-black-000000.svg |