|
|
@ -9,12 +9,14 @@ args = {
|
|
|
|
"license":meta.__license__,
|
|
|
|
"license":meta.__license__,
|
|
|
|
# "packages":["transport","info","transport/sql"]},
|
|
|
|
# "packages":["transport","info","transport/sql"]},
|
|
|
|
|
|
|
|
|
|
|
|
"packages": find_packages(include=['meta','cms', 'cms.*','cms.index'])}
|
|
|
|
"packages": find_packages(include=['meta','cms', 'cms.*','.'])}
|
|
|
|
args["keywords"]=['cms','www','https','flask','data-transport']
|
|
|
|
args["keywords"]=['cms','www','https','flask','data-transport']
|
|
|
|
args["install_requires"] = ['flask','gitpython','termcolor','flask-session','mistune','typer','data-transport@git+https://github.com/lnyemba/data-transport.git']
|
|
|
|
args["install_requires"] = ['flask','gitpython','termcolor','flask-session','mistune','typer','data-transport@git+https://github.com/lnyemba/data-transport.git']
|
|
|
|
args['classifiers'] = ['Topic :: utilities', 'License :: MIT']
|
|
|
|
args['classifiers'] = ['Topic :: utilities', 'License :: MIT']
|
|
|
|
args['include_package_data'] = True
|
|
|
|
args['include_package_data'] = True
|
|
|
|
|
|
|
|
# args['data_files'] = {
|
|
|
|
|
|
|
|
# ('','index.py'),}
|
|
|
|
|
|
|
|
args['zip_safe'] = False
|
|
|
|
args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git"
|
|
|
|
args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git"
|
|
|
|
args['scripts'] = ['bin/qcms']
|
|
|
|
args['scripts'] = ['bin/qcms']
|
|
|
|
# if sys.version_info[0] == 2 :
|
|
|
|
# if sys.version_info[0] == 2 :
|
|
|
|