Metadata-Version: 2.4
Name: adb22tst
Version: 0.1.1
Summary: My first Python library
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# building with twine
python -m pip install --upgrade twine build
# uploading
python -m twine upload dist/*

# rebuild
python -m build --sdist --wheel
# uploading
python -m twine upload dist/*
