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__"]