From ea0e9b2b106bb1a7543ac4243010ce36f85c66ea Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Sat, 8 Feb 2025 01:33:48 -0600 Subject: [PATCH] bug fix: installation package smart.cmd --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9b35a65..323b02f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ args = { "version":meta.__version__, "author":meta.__author__,"author_email":"meta@the-phi.com", "license":meta.__license__, - "packages":["meta","smart","smart.top","smart.folder","smart.logger","smart.files"] + "packages":["meta","smart","smart.cmd","smart.top","smart.folder","smart.logger","smart.files"] } 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',"plugin-ix@git+https://dev.the-phi.com/git/library/plugins"]