File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ Type definition files (usually `.pyi` files) for the Python modules provided by
112112this target. Usually they describe the source files listed in
113113`direct_original_sources`. This field is primarily for static analysis tools.
114114
115+ These files are _usually_ build-time only and not included as part of a runnable
116+ program.
117+
115118:::{note}
116119This may contain implementation-specific file types specific to a particular
117120type checker.
@@ -190,6 +193,9 @@ Python modules for this target and its transitive dependencies. this target.
190193Usually they describe the source files listed in `transitive_original_sources`.
191194This field is primarily for static analysis tools.
192195
196+ These files are _usually_ build-time only and not included as part of a runnable
197+ program.
198+
193199:::{note}
194200This may contain implementation-specific file types specific to a particular
195201type checker.
You can’t perform that action at this time.
0 commit comments