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.
1 parent dde2d57 commit a17481cCopy full SHA for a17481c
docs/guides/libraries.rst
@@ -89,18 +89,8 @@ A typical directory structure would look like:
89
py.typed
90
91
It's important to ensure that the ``py.typed`` marker file is included in the
92
-distributed package. If using ``hatchling``, it is included by default:
93
-
94
-.. code-block:: toml
95
96
- [project]
97
- name = "my-great-package"
98
- version = "0.1.0"
99
- requires-python = ">=3.14"
100
101
- [build-system]
102
- requires = ["hatchling"]
103
- build-backend = "hatchling.build"
+distributed package. Modern build backends such as ``hatchling`` include it
+by default.
104
105
106
Type stub files included in the package
0 commit comments