Skip to content

Commit 635b6fc

Browse files
committed
Clarify how MANIFEST.in's "include" and "exclude" work
1 parent 865cc37 commit 635b6fc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source/guides/using-manifest-in.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ are:
6767
Command Description
6868
========================================================= ==================================================================================================
6969
:samp:`include {pat1} {pat2} ...` Add all files matching any of the listed patterns
70+
(Files must be given as paths relative to the root of the project)
7071
:samp:`exclude {pat1} {pat2} ...` Remove all files matching any of the listed patterns
72+
(Files must be given as paths relative to the root of the project)
7173
:samp:`recursive-include {dir-pattern} {pat1} {pat2} ...` Add all files under directories matching ``dir-pattern`` that match any of the listed patterns
7274
:samp:`recursive-exclude {dir-pattern} {pat1} {pat2} ...` Remove all files under directories matching ``dir-pattern`` that match any of the listed patterns
7375
:samp:`global-include {pat1} {pat2} ...` Add all files anywhere in the source tree matching any of the listed patterns

0 commit comments

Comments
 (0)