Steps for Building
pip3 install -r requirements.txt
hatch build -t sdist
hatch build -t wheel
pip3 install dist/my_hw-0.0.1-py3-none-any.whl --force-reinstall
Get Package Info:
pip3 show my-hw
Execute:
hello-world
¡Hello, world from a python package!
Happy Codding!