Skip to content

Commit 6d82ad3

Browse files
committed
fix wheel build
1 parent 8701014 commit 6d82ad3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [{ name = "Amazon Web Services" }]
66
requires-python = ">=3.9, <4.0"
77
readme = "README.md"
88
license = {text = "Apache-2.0"}
9-
license-files = ["LICENSE", "NOTICE" ]
9+
license-files = ["LICENSE.txt", "NOTICE.txt" ]
1010
keywords = [
1111
"pandas",
1212
"aws",
@@ -100,7 +100,7 @@ dev = [
100100
]
101101

102102
[tool.hatch.build.targets.sdist]
103-
include = ["awswrangler/py.typed"]
103+
include = ["awswrangler"]
104104
exclude = [
105105
"*.so",
106106
"*.pyc",
@@ -113,7 +113,7 @@ exclude = [
113113
]
114114

115115
[tool.hatch.build.targets.wheel]
116-
include = ["awswrangler/py.typed"]
116+
include = ["awswrangler"]
117117
exclude = [
118118
"*.so",
119119
"*.pyc",

0 commit comments

Comments
 (0)