We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e3d16d + 8116f8e commit fcdaf02Copy full SHA for fcdaf02
docs/userguide/miscellaneous.rst
@@ -38,7 +38,9 @@ of ``setuptools``. The behavior of older versions might differ.
38
.. versionadded:: v69.0.0
39
``setuptools`` will attempt to include type information files
40
by default in the distribution
41
- (``.pyi`` and ``py.typed``, as specified in :pep:`561`).
+ (``.pyi`` and ``py.typed``, as specified in :pep:`561`),
42
+ as long as they are contained inside of a package directory
43
+ (for the time being there is no automatic support for top-level ``.pyi`` files).
44
45
*Please note however that this feature is* **EXPERIMENTAL** *and may change in
46
the future.*
0 commit comments