chiark / gitweb /
restrict exchangelib dependency, update URL
authorMatthew Vernon <matthew@debian.org>
Wed, 23 Jun 2021 12:48:38 +0000 (13:48 +0100)
committerMatthew Vernon <matthew@debian.org>
Wed, 23 Jun 2021 12:48:38 +0000 (13:48 +0100)
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

index fcc7d27a6dca48508c312b6cf14b3ba929f5956b..33e58b9edd0356f2e4b548a64352f0dac56bc4be 100755 (executable)
--- 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',