Skip to content

Commit

Permalink
README: hatch use instead of setuptools documented.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmnavarrol committed Feb 4, 2024
1 parent e70745c commit 6754374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can browse it on-line at https://jmnavarrol.github.io/python-multigit.
<sub>[back to top](#top).</sub>

### build<a name="build"></a>
The [included Makefile](./src/Makefile) will use Python's setup tools to build both *source* and *binary-based* Python *eggs*. Provided everything went OK, look for packages under the *dist/* directory.
The [included Makefile](./src/Makefile) will use Python's [Hatch](https://hatch.pypa.io) to build both *source* and *binary-based* Python *eggs*. Provided everything went OK, look for packages under the *dist/* directory.

Run `make` to see available *make targets*.

Expand Down

0 comments on commit 6754374

Please sign in to comment.