|
|
@ -11,7 +11,7 @@ args = {
|
|
|
|
"version":info.__version__,
|
|
|
|
"version":info.__version__,
|
|
|
|
"author":info.__author__,"author_email":"info@the-phi.com",
|
|
|
|
"author":info.__author__,"author_email":"info@the-phi.com",
|
|
|
|
"license":info.__license__,
|
|
|
|
"license":info.__license__,
|
|
|
|
"packages":["smart","smart.top","smart.folder","smart.logger"]
|
|
|
|
"packages":["smart","smart.top","smart.folder","smart.logger","smart.files"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
|
|
|
|
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
|
|
|
|
args["install_requires"] = ['typer','pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git']
|
|
|
|
args["install_requires"] = ['typer','pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git']
|
|
|
|