From e7ecd81834496efb2bc90ceb95b191c300371440 Mon Sep 17 00:00:00 2001 From: Al Johri Date: Mon, 4 Mar 2024 11:27:13 -0500 Subject: [PATCH] remove awswrangler README from site-packages folder (#2698) Co-authored-by: Al Johri Co-authored-by: jaidisido --- 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__"]