Metadata-Version: 2.4
Name: albionSmallLibs
Version: 0.5.1
Summary: A simple example package
Home-page: https://github.com/yourusername/albionSmallLibs
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

python -m build
pip install .
twine upload dist/*
