python setup.py sdist bdist_wheel
Install twine for uploading:
pip install twine
Upload to PyPI (you'll need to register with PyPI first):
twine upload dist/*
Install your package in editable mode for local testing:
pip install -e .
Then you can run keprompt directly from the command line to test its functionality.