Skip to content

Commit

Permalink
use hatch instead of hatchling. The hatch build will include the requ…
Browse files Browse the repository at this point in the history
…ired libraries: see also pypa/hatch#1579
  • Loading branch information
goessebr committed Jun 24, 2024
1 parent 799144e commit 6eb6452
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eb6452

Please sign in to comment.