From: Matthew Vernon Date: Wed, 23 Jun 2021 12:48:38 +0000 (+0100) Subject: restrict exchangelib dependency, update URL X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=commitdiff_plain;h=cd49b559b3bb9ebbcaa33db12a5da406eb520806;p=gooswapper 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. --- 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',