make script runnable
This commit is contained in:
parent
e9d5b10157
commit
1be2996e9c
2
setup.py
2
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
|
||||||
|
|
Loading…
Reference in New Issue