We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8701014 commit 6d82ad3Copy full SHA for 6d82ad3
pyproject.toml
@@ -6,7 +6,7 @@ authors = [{ name = "Amazon Web Services" }]
6
requires-python = ">=3.9, <4.0"
7
readme = "README.md"
8
license = {text = "Apache-2.0"}
9
-license-files = ["LICENSE", "NOTICE" ]
+license-files = ["LICENSE.txt", "NOTICE.txt" ]
10
keywords = [
11
"pandas",
12
"aws",
@@ -100,7 +100,7 @@ dev = [
100
]
101
102
[tool.hatch.build.targets.sdist]
103
-include = ["awswrangler/py.typed"]
+include = ["awswrangler"]
104
exclude = [
105
"*.so",
106
"*.pyc",
@@ -113,7 +113,7 @@ exclude = [
113
114
115
[tool.hatch.build.targets.wheel]
116
117
118
119
0 commit comments