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.
2 parents 259af91 + 5e504d6 commit 7bc135eCopy full SHA for 7bc135e
docs/references/keywords.rst
@@ -186,7 +186,9 @@ extensions).
186
``data_files`` is deprecated. It does not work with wheels, so it
187
should be avoided.
188
189
- A list of strings specifying the data files to install.
+ 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.
192
193
.. _keyword/package_dir:
194
0 commit comments