Skip to content

Commit c46d060

Browse files
committed
update sketch
1 parent cae1e68 commit c46d060

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/userguide/datafiles.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,9 @@ Meanwhile, to further clarify the interplay between these three keywords,
364364
to include certain data file into the source distribution, the following
365365
logic condition has two be met::
366366

367-
(m or p) and not (i or e) # TODO: why "not i"?
367+
m or (p and not (i or e)) # TODO: why not i?
368368

369-
In plain language, the file should be selected by either ``package-data``
370-
or ``MAINFEST.in``, AND should not be excluded by ``exclude-package-data``. # TODO: why "not i"?
369+
In plain language, TODO:
371370

372371
To include some data file into the ``.whl``::
373372

@@ -382,7 +381,7 @@ Notation::
382381
i - "include-package-data = true" is set
383382
e - file selected by "exclude-package-data"
384383
p - file selected by "package-data"
385-
m - "MANIFEST.in" exists and includes file
384+
m - file included in "MANIFEST.in"
386385

387386
Summary
388387
-------

0 commit comments

Comments
 (0)