Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2aed51 commit c12bba6Copy full SHA for c12bba6
2 files changed
python/build.py
@@ -84,7 +84,7 @@
84
needs_newline = True
85
print(' pypi: ', end='', flush=True)
86
response = requests.get(
87
- f"https://pypi.python.org/pypi/{package['pypi_name']}/json/")
+ f"https://pypi.org/pypi/{package['pypi_name']}/json/")
88
if response.status_code == 200:
89
print('found')
90
else:
python/template.rst
@@ -25,7 +25,7 @@
25
26
{% if 'pypi' in package.badges %}
27
<td>
28
- <a href="https://pypi.python.org/pypi/{{ package.pypi_name }}">
+ <a href="https://pypi.org/project/{{ package.pypi_name }}">
29
<img src="_static/badges/pip-orange.svg">
30
</a>
31
</td>
0 commit comments