소스 검색

refactored

Steve Nyemba 5 달 전
부모
커밋
78ba7b61a7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"]