Skip to content

Commit a17481c

Browse files
committed
Hatchling is only an example
1 parent dde2d57 commit a17481c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/guides/libraries.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,8 @@ A typical directory structure would look like:
8989
py.typed
9090
9191
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"
92+
distributed package. Modern build backends such as ``hatchling`` include it
93+
by default.
10494

10595

10696
Type stub files included in the package

0 commit comments

Comments
 (0)