Skip to content

Commit 7bc135e

Browse files
authored
Merge pull request #4209 from graingert-coef/patch-1
fix data_files kwarg documentation
2 parents 259af91 + 5e504d6 commit 7bc135e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/references/keywords.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,9 @@ extensions).
186186
``data_files`` is deprecated. It does not work with wheels, so it
187187
should be avoided.
188188

189-
A list of strings specifying the data files to install.
189+
A sequence of (*directory*, *files*) pairs specifying the data files to install.
190+
*directory* is a str, *files* is a sequence of files.
191+
Each (*directory*, *files*) pair in the sequence specifies the installation directory and the files to install there.
190192

191193
.. _keyword/package_dir:
192194

0 commit comments

Comments
 (0)