Skip to content

Commit

Permalink
HTTPS everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 24, 2017
1 parent 0618b21 commit 8e58fb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -2,7 +2,7 @@ version: build-{build}-{branch}

environment:
matrix:
# http://www.appveyor.com/docs/installed-software#python lists available
# https://www.appveyor.com/docs/installed-software#python lists available
# versions
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -19,7 +19,7 @@ python-file-with-version = src/restview/restviewhttp.py
[flake8]
doctests = yes
ignore = E121,E123,E126,E133,E226,E241,E242,E704,E261,W503,E501
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
# https://pep8.readthedocs.org/en/latest/intro.html#error-codes
# these are ignored by default:
# E121: continuation line under-indented for hanging indent
# E123: closing bracket does not match indentation of opening bracket’s line
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -24,8 +24,7 @@ def get_version(filename='src/restview/restviewhttp.py'):
version=version,
author='Marius Gedminas',
author_email='marius@gedmin.as',
url='http://mg.pov.lt/restview/',
download_url='http://cheeseshop.python.org/pypi/restview',
url='https://mg.pov.lt/restview/',
description='ReStructuredText viewer',
long_description=read('README.rst') + '\n\n' + read('CHANGES.rst'),
license='GPL',
Expand Down

0 comments on commit 8e58fb3

Please sign in to comment.