Browse Source

refactored

Steve Nyemba 3 months ago
parent
commit
78ba7b61a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -11,7 +11,7 @@ args    = {
     "version":meta.__version__,
     "author":meta.__author__,"author_email":"meta@the-phi.com",
     "license":meta.__license__,
-    "packages":["meta","plugins","smart","smart.top","smart.folder","smart.logger","smart.files"]
+    "packages":["meta","smart","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"]