From 6eb6452f4a9a6d7ddf2e453e4317760b343d8209 Mon Sep 17 00:00:00 2001 From: Bram Goessens Date: Mon, 24 Jun 2024 10:45:04 +0200 Subject: [PATCH] use hatch instead of hatchling. The hatch build will include the required libraries: see also https://github.com/pypa/hatch/issues/1579 --- docs/source/development.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/source/development.rst b/docs/source/development.rst index ff7574d8..025c4cb2 100644 --- a/docs/source/development.rst +++ b/docs/source/development.rst @@ -322,17 +322,16 @@ built and included in the distribution package. .. code-block:: bash - $ pip install hatchling - $ pip install hatch-fancy-pypi-readme - $ hatchling build + $ pip install hatch + $ hatch build Alternatively, you can specify your build as a wheel or as a source distribution (sdist) using the `-t` or `--type` parameter. .. code-block:: bash - $ hatchling build -t wheel - $ hatchling build -t sdist + $ hatch build -t wheel + $ hatch build -t sdist .. _Flanders Heritage Agency: https://www.onroerenderfgoed.be .. _Github page for Atramhasis: https://github.com/OnroerendErfgoed/atramhasis