diff --git a/.gitignore b/.gitignore index 717e5fec..49aa0b06 100644 --- a/.gitignore +++ b/.gitignore @@ -91,7 +91,7 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# PEP 582; used by e.g. github.com/David-OConnor/pyflow +# PEP 582 __pypackages__/ # Celery stuff diff --git a/pyproject.toml b/pyproject.toml index 408bdd5c..50f232b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,10 @@ skip = "./examples,*.csv,*.html,*.json,*.jsonl,*.pdf,*.txt,*.ipynb" name = "memoryscope" version = "0.1.1.0" description = "MemoryScope for LLM Agentic Application." -authors = = [ - "jinli ", - "qiantiancheng ", - "fuqingxu " +authors = [ + "jinli ", + "qiantiancheng ", + "fuqingxu " ] license = "Apache" readme = "README.md"