Browse Source

make script runnable

Steve Nyemba 4 years ago
parent
commit
1be2996e9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -17,7 +17,7 @@ args = {
 }
 }
 args["install_requires"] = ['seaborn','jinja2', 'weasyprint','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','pymongo','numpy','cloudant','pika','boto','flask-session','smart_open']
 args["install_requires"] = ['seaborn','jinja2', 'weasyprint','data-transport@git+https://dev.the-phi.com/git/steve/data-transport.git','pymongo','numpy','cloudant','pika','boto','flask-session','smart_open']
 args['url'] = 'https://hiplab.mc.vanderbilt.edu'
 args['url'] = 'https://hiplab.mc.vanderbilt.edu'
-# args['scripts']= ['healthcareio/healthcareio']
+args['scripts']= ['healthcareio/healthcareio.py']
 
 
 if sys.version_info[0] == 2 :
 if sys.version_info[0] == 2 :
     args['use_2to3'] = False
     args['use_2to3'] = False