From 3875070842637eef407ea37addbce3b944520dfc Mon Sep 17 00:00:00 2001 From: Al Johri Date: Sat, 2 Mar 2024 15:26:35 -0500 Subject: [PATCH] remove awswrangler README from site-packages folder --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70e25a4bb..a401d7843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache License 2.0" readme = "README.md" -include = ["README.md", "LICENSE.txt", "NOTICE.txt", "THIRD_PARTY.txt", "awswrangler/py.typed"] +include = ["awswrangler/py.typed"] exclude = ["*.so", "*.pyc", "*~", "#*", ".git*", ".coverage*", "DS_Store", "__pycache__"]