You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Files expectations for the whole package. Can be a list of files/globs or an object with exists/not_exists.",
518
522
)
519
-
include: ConditionalList[NonEmptyStr]|None=Field(
523
+
include: FileContentTest|None=Field(
520
524
default=[],
521
525
description="Files that should be in the `include/` folder of the package. This folder is found under `$PREFIX/include` on Unix and `$PREFIX/Library/include` on Windows.",
description="Files that should be in the `site-packages/` folder of the package. This folder is found under `$PREFIX/lib/pythonX.Y/site-packages` on Unix and `$PREFIX/Lib/site-packages` on Windows.",
526
530
)
527
-
bin: ConditionalList[NonEmptyStr]|None=Field(
531
+
bin: FileContentTest|None=Field(
528
532
default=[],
529
533
description="Files that should be in the `bin/` folder of the package. This folder is found under `$PREFIX/bin` on Unix. On Windows this searches for files in `%PREFIX`, `%PREFIX%/bin`, `%PREFIX%/Scripts`, `%PREFIX%/Library/bin`, `%PREFIX/Library/usr/bin` and `%PREFIX/Library/mingw-w64/bin`.",
0 commit comments