diff --git a/setup.py b/setup.py index 26afcee..891d3fc 100644 --- a/setup.py +++ b/setup.py @@ -13,6 +13,7 @@ long_description_content_type="text/markdown", url='https://github.com/nrccua/aioradio', author='NRCCUA Architects', + author_email='tim.reichard@encoura.org', license="MIT", packages=[ 'aioradio', @@ -24,7 +25,6 @@ 'aiojobs>=0.3.0', 'boto3==1.20.24', 'ddtrace>=0.58.2', - 'dominodatalab @ https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.6.zip', 'fakeredis>=1.7.1', 'httpx>=0.19.0', 'mandrill>=1.0.60', @@ -36,6 +36,7 @@ 'python-json-logger>=2.0.2', 'redis==3.5.3' ], + dependency_links=['https://github.com/dominodatalab/python-domino/archive/refs/tags/1.0.6.zip'], include_package_data=True, tests_require=[ 'flask>=2.0.3',