|
|
@ -7,12 +7,12 @@ def read(fname):
|
|
|
|
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
|
|
|
return open(os.path.join(os.path.dirname(__file__), fname)).read()
|
|
|
|
args = {
|
|
|
|
args = {
|
|
|
|
"name":"smart-top",
|
|
|
|
"name":"smart-top",
|
|
|
|
"version":"1.0.0",
|
|
|
|
"version":"1.0.2",
|
|
|
|
"author":"The Phi Technology LLC","author_email":"info@the-phi.com",
|
|
|
|
"author":"The Phi Technology LLC","author_email":"info@the-phi.com",
|
|
|
|
"license":"MIT",
|
|
|
|
"license":"MIT",
|
|
|
|
"packages":["smart"]}
|
|
|
|
"packages":["smart","smart.top","smart.folder","smart.logger"]}
|
|
|
|
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
|
|
|
|
args["keywords"]=['mongodb','couchdb','rabbitmq','file','read','write','s3','sqlite']
|
|
|
|
args["install_requires"] = ['pandas','numpy','requests']
|
|
|
|
args["install_requires"] = ['pandas','numpy','requests',"git+https://dev.the-phi.com/steve/git/data-transport"]
|
|
|
|
args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git"
|
|
|
|
args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git"
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#@TODO:
|
|
|
|
#@TODO:
|
|
|
|