We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f6e48 commit 72ed2b6Copy full SHA for 72ed2b6
pypi_browser/app.py
@@ -74,7 +74,7 @@ async def dispatch(
74
75
76
config = starlette.config.Config()
77
-pypi_url = config('PYPI_BROWSER_PYPI_URL', default='https://pypi.org').rstrip('/')
+pypi_url = config('PYPI_BROWSER_PYPI_URL', default='https://pypi.org/simple').rstrip('/')
78
repo: pypi.PythonRepository
79
if pypi_url.endswith('/simple'):
80
repo = pypi.SimpleRepository(pypi_url)
0 commit comments