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 6df1385 commit 49153a0Copy full SHA for 49153a0
setuptools/__init__.py
@@ -165,7 +165,7 @@ def setup(
165
include_dirs: list[str] | None = None,
166
extra_path=None,
167
scripts: list[str] | None = None,
168
- data_files: list[tuple[str, list[str]]] | None = None,
+ data_files: list[tuple[str, Sequence[str]]] | None = None,
169
password: str = '',
170
command_obj: dict[str, _Command] = {},
171
have_run: dict[str, bool] = {},
0 commit comments