Skip to content
Snippets Groups Projects
Commit 4e7c5d12ea79 authored by Hugo's avatar Hugo
Browse files

http -> https

parent c70bba53e56f
Branches
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
if sys.platform == 'win32' and sys.version_info < (2, 7): if sys.platform == 'win32' and sys.version_info < (2, 7):
# 2.6's distutils.msvc9compiler can raise an IOError when failing to # 2.6's distutils.msvc9compiler can raise an IOError when failing to
# find the compiler # find the compiler
# It can also raise ValueError http://bugs.python.org/issue7511 # It can also raise ValueError https://bugs.python.org/issue7511
ext_errors = (CCompilerError, DistutilsExecError, DistutilsPlatformError, ext_errors = (CCompilerError, DistutilsExecError, DistutilsPlatformError,
IOError, ValueError) IOError, ValueError)
else: else:
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
classifiers=CLASSIFIERS, classifiers=CLASSIFIERS,
author="Bob Ippolito", author="Bob Ippolito",
author_email="bob@redivi.com", author_email="bob@redivi.com",
url="http://github.com/simplejson/simplejson", url="https://github.com/simplejson/simplejson",
license="MIT License", license="MIT License",
packages=['simplejson', 'simplejson.tests'], packages=['simplejson', 'simplejson.tests'],
platforms=['any'], platforms=['any'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment