Changed to setup url
1 files changed, 1 insertions(+), 1 deletions(-) M setup.py
M setup.py +1 -1
@@ 15,7 15,7 @@ setup( 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'],