A minimal Python package.
pip install dylanimport dylan- Install tools:
pip install build twine - Build:
python -m build(createsdist/with a wheel and sdist). - Upload:
twine upload dist/*— you will be prompted for your PyPI API token (create one at pypi.org/manage/account/#api-tokens).