# HG changeset patch # User Peter Sanchez # Date 1429660118 25200 # Tue Apr 21 16:48:38 2015 -0700 # Node ID bdaf50a08be104a1cff0b0d0835066841a8c29c9 # Parent ffabecbbd3b40b8a1a4f3f8ba470b025cc27430e Changed to setup url diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ description='Python Interface for the Tinder API', author='Netlandish Inc.', author_email='hello@netlandish.com', - url='http://bitbucket.org/netlandish/pytinder/', + url='https://bitbucket.org/netlandish/pytinder/', long_description=long_description, platforms=['any'], install_requires=['requests>=2.6.0'],