From: philipp Date: Fri, 10 May 2019 22:14:53 +0000 (+0000) Subject: Change Winterrodeln URL to https in setup.py. X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/commitdiff_plain/3f690acb59ac3a97bfd4b45d69a31de059dac886 Change Winterrodeln URL to https in setup.py. git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2815 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- diff --git a/setup.py b/setup.py index 44a234f..b5e3422 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( description='Administrative Interface for Winterrodeln', author='Philipp Spitzer', author_email='philipp.spitzer@winterrodeln.org', - url='http://www.winterrodeln.org/', + url='https://www.winterrodeln.org/', install_requires=[ "SQLAlchemy>=0.5", "lxml>=2.2",