From 40f885b9145fbdf1653e1a4d3811751afd7974d1 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 12 Jan 2021 09:34:03 -0600 Subject: [PATCH] bug fixes: reference --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e273072..6355c6f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ args = { "packages":["transport"]} args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite'] args["install_requires"] = ['pymongo','numpy','cloudant','pika','boto','flask-session','smart_open','botocore','psycopg2-binary','mysql-connector-python'] -args["url"] = "https://dev.the-phi.com/git/steve/data-transport.git" +args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git" if sys.version_info[0] == 2 : args['use_2to3'] = True