bug fixes ...
This commit is contained in:
parent
e53720906b
commit
e9d5b10157
8
setup.py
8
setup.py
|
@ -8,16 +8,16 @@ import sys
|
|||
def read(fname):
|
||||
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
||||
args = {
|
||||
"name":"parse-edi","version":"1.0.2",
|
||||
"name":"healthcareio","version":"1.2.0",
|
||||
"author":"Vanderbilt University Medical Center",
|
||||
"author_email":"steve.l.nyemba@vumc.org",
|
||||
"license":"MIT",
|
||||
"packages":["edi"],
|
||||
"packages":["healthcareio"],
|
||||
"keywords":["healthcare","edi","x12","analytics","835","837","data","transport","protocol"]
|
||||
}
|
||||
args["install_requires"] = ['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['scripts']= ['bin/parse-claims']
|
||||
# args['scripts']= ['healthcareio/healthcareio']
|
||||
|
||||
if sys.version_info[0] == 2 :
|
||||
args['use_2to3'] = False
|
||||
|
|
Loading…
Reference in New Issue