Skip to content

Commit 13d6752

Browse files
authored
PYSCAN-10: Create hatch entry points for packaging. (#9)
1 parent 1c1deca commit 13d6752

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Run `python3 main.py <args>`
2323

2424
Run `hatch run test:test`
2525

26+
# Build the package
2627

27-
# Publish the script
28-
29-
Make sure to have the latest version of PyPA with `python3 -m pip install --upgrade build`
28+
Run `hatch build` to create the package.
29+
The binaries will be located in the `dist` directory at the root level of the project.
3030

31-
Run `python3 -m build` to create the binaries
31+
# Publish the script
3232

3333
Run if needed `python3 -python3 -m pip install --upgrade twine` to upgrade to the latest version of twine
3434

0 commit comments

Comments
 (0)