Browse Source

bug fixes

Steve Nyemba 1 year ago
parent
commit
ed5acec472
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ args    = {
     "license":"MIT",
     # "packages":["transport","info","transport/sql"]},
 
-    "packages": find_packages(include=['info', 'transport.*'])}
+    "packages": find_packages(include=['info','transport', 'transport.*'])}
 args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
 args["install_requires"] = ['pyncclient','pymongo','sqlalchemy','pandas','typer','pandas-gbq','numpy','cloudant','pika','nzpy','boto3','boto','pyarrow','google-cloud-bigquery','google-cloud-bigquery-storage','flask-session','smart_open','botocore','psycopg2-binary','mysql-connector-python','numpy']
 args["url"] =   "https://healthcareio.the-phi.com/git/code/transport.git"