From cd49b559b3bb9ebbcaa33db12a5da406eb520806 Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Wed, 23 Jun 2021 13:48:38 +0100 Subject: [PATCH] restrict exchangelib dependency, update URL Light testing shows work is needed to make this go with newer exchangelibs, so tighten the declared version dependency for now. Also reflect salsa as primary VCS location. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fcc7d27..33e58b9 100755 --- a/setup.py +++ b/setup.py @@ -7,9 +7,9 @@ setup(name='gooswapper', description='Exchange / Google calendar sync', author='Matthew Vernon', author_email='mv3@sanger.ac.uk', - url='https://www.chiark.greenend.org.uk/ucgi/~matthewv/git/gooswapper/', + url='https://salsa.debian.org/matthew/gooswapper', scripts=['gooswapper.py'], - requires=['exchangelib ( >= 1.12.2 )', 'googleapiclient ( >= 1.5.5 )'], + requires=['exchangelib ( = 1.12.2 )', 'googleapiclient ( >= 1.5.5 )'], classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', -- 2.30.2