summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2017-01-06 23:30:18 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2017-01-06 23:30:18 +0100
commit220c38ee0e33eaf68b86cdfe54de064d5908fb98 (patch)
tree1073218b768e33fb4eead26610b58727d0ebad21
parent4b8a13bac91ddbd91baf340dbd4d702eab8b16a3 (diff)
downloaditsdangerous-220c38ee0e33eaf68b86cdfe54de064d5908fb98.tar.gz
HTTPS links
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 893f2ea..282bfeb 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ setup(
version=version,
author='Armin Ronacher',
author_email='armin.ronacher@active-4.com',
- url='http://github.com/pallets/itsdangerous',
+ url='https://github.com/pallets/itsdangerous',
description='Various helpers to pass trusted data to untrusted environments and back.',
py_modules=['itsdangerous'],
include_package_data=True,