From 2e28a68ef2967d84019f2b6759e1b58d683dd9bd Mon Sep 17 00:00:00 2001 From: Adam Cohen Hillel Date: Thu, 30 Mar 2023 13:16:29 +0100 Subject: [PATCH] 1.0.7 --- README.md | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b677bdb..673b816 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Masked-AI -![ci](https://github.com/cado-security/masked-ai/actions/workflows/app-ci.yml/badge.svg?branch=main) + Masked-AI is a Python SDK and CLI wrappers that enable the usage of public LLM (Language Model) APIs such as OpenAI/GPT4 more securely. diff --git a/setup.py b/setup.py index 039b544..7825bbd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ author_email='maskedai@cadosecurity.com', url='https://github.com/cado-security/masked-ai', download_url='https://github.com/cado-security/masked-ai/archive/refs/heads/main.zip', - py_modules=['masked_ai'], + # py_modules=['masked_ai'], install_requires=['nltk'], packages=find_packages() -) +) \ No newline at end of file