From 742e58188768bfe67177096d33d5092729e2eaf1 Mon Sep 17 00:00:00 2001
From: Chirag Agrawal <chirag.agrawal93@gmail.com>
Date: Fri, 13 Sep 2024 12:10:27 -0700
Subject: [PATCH] fix: removed author info from quip reader (#16012)

fix: removed author info
---
 .../readers/llama-index-readers-quip/pyproject.toml             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama-index-integrations/readers/llama-index-readers-quip/pyproject.toml b/llama-index-integrations/readers/llama-index-readers-quip/pyproject.toml
index 7e0e7e31c5..5efd17a461 100644
--- a/llama-index-integrations/readers/llama-index-readers-quip/pyproject.toml
+++ b/llama-index-integrations/readers/llama-index-readers-quip/pyproject.toml
@@ -24,7 +24,7 @@ ignore_missing_imports = true
 python_version = "3.8"
 
 [tool.poetry]
-authors = ["Chirag Agrawal <chirag.agrawal93@gmail.com>"]
+authors = ["Chirag Agrawal <you@example.com>"]
 description = "llama-index readers quip integration"
 license = "MIT"
 name = "llama-index-readers-quip"
-- 
GitLab