Use https url in setup.py

This commit is contained in:
Matt Robenolt 2015-07-06 10:56:45 -04:00
parent 4d62b52e3e
commit ea40f64c6a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ setup(
version='5.4.0.dev0',
author='David Cramer',
author_email='dcramer@gmail.com',
url='http://github.com/getsentry/raven-python',
url='https://github.com/getsentry/raven-python',
description='Raven is a client for Sentry (https://www.getsentry.com)',
long_description=__doc__,
packages=find_packages(exclude=("tests", "tests.*",)),