Update PyPI address used for new version check
Avoid SSL errors from reusing the old address (pypi.python.org/pypi) certificate. GitLab issue #717. Thanks to Jordan Wages (@wagesj45) for the report. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
MAYAN_PYPI_NAME = 'mayan-edms'
|
||||
PYPI_URL = 'https://pypi.python.org/pypi'
|
||||
PYPI_URL = 'https://pypi.org'
|
||||
|
||||
Reference in New Issue
Block a user