From: Paul Brossier Date: Mon, 13 Feb 2017 16:20:14 +0000 (+0100) Subject: setup.py: update to https X-Git-Tag: 0.4.5~100 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0f425aa87ba5b2703624e167801d794312e77032;p=aubio.git setup.py: update to https --- diff --git a/setup.py b/setup.py index 78ff7113..01ed2bdf 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ distrib = setup(name='aubio', author_email = 'piem@aubio.org', maintainer = 'Paul Brossier', maintainer_email = 'piem@aubio.org', - url = 'http://aubio.org/', + url = 'https://aubio.org/', platforms = 'any', classifiers = classifiers, install_requires = ['numpy'],