I was following a tutorial on how to build a Python package, and after installing the package locally using pip install .
In the project directory.
The next was to python -m build
in the project directory, but get
No module named build.__main__; 'build' is a package and cannot be directly executed
I do have a build folder , but not __main__.py file though.
The repo of the project is here