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