diff --git a/setup.py b/setup.py index 21b6a9e8..93c0fc6f 100755 --- a/setup.py +++ b/setup.py @@ -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.*",)),