Skip to content

Commit 9f03fa0

Browse files
authored
Merge pull request pypa#1004 from jwodder/manifest-include
2 parents 8fbc15a + 3247372 commit 9f03fa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)