mirror of http://localhost:9400/cloud/cms
parent
ede5a01c4a
commit
512093e13f
@ -1,26 +0,0 @@
|
|||||||
from setuptools import setup, find_packages
|
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
import meta
|
|
||||||
args = {
|
|
||||||
"name":"qcms",
|
|
||||||
"version":meta.__version__,
|
|
||||||
"author":meta.__author__,"author_email":"info@the-phi.com",
|
|
||||||
"license":meta.__license__,
|
|
||||||
# "packages":["transport","info","transport/sql"]},
|
|
||||||
|
|
||||||
"packages": find_packages(include=['meta','cms', 'cms.*','.'])}
|
|
||||||
args["keywords"]=['cms','www','https','flask','data-transport']
|
|
||||||
args["install_requires"] = ['flask','gitpython','termcolor','gitpython','flask-session','mistune','typer','data-transport@git+https://github.com/lnyemba/data-transport.git']
|
|
||||||
args['classifiers'] = ['Topic :: utilities', 'License :: MIT']
|
|
||||||
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['scripts'] = ['bin/qcms']
|
|
||||||
# if sys.version_info[0] == 2 :
|
|
||||||
# args['use_2to3'] = True
|
|
||||||
# args['use_2to3_exclude_fixers']=['lib2to3.fixes.fix_import']
|
|
||||||
setup(**args)
|
|
||||||
|
|
Loading…
Reference in new issue