Update 'setup.py'

master
Steve L. Nyemba 10 months ago
parent 9e69632cf2
commit e94eab727e

@ -14,7 +14,9 @@ args = {
"packages":["smart","smart.top","smart.folder","smart.logger"] "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','git+https://github.com/lnyemba/data-transport.git'] # args["install_requires"] = ['pandas','numpy','requests','git+https://github.com/lnyemba/data-transport.git']
args["install_requires"] = ['pandas','numpy','data-transport@git+https://github.com/lnyemba/data-transport.git']
args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git" args["url"] = "https://dev.the-phi.com/git/steve/smart-top.git"
args['scripts'] = ['bin/smart-logger'] args['scripts'] = ['bin/smart-logger']
# args['entry_point'] = {'console-scripts':['smart-top=smart-top:main']} # args['entry_point'] = {'console-scripts':['smart-top=smart-top:main']}

Loading…
Cancel
Save