aboutsummaryrefslogtreecommitdiff
path: root/ouroboros/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* ouroboros: Re-export errors and QoS from package rootDimitri Staessens2026-06-301-0/+76
| | | | | Re-export the pure-Python errors and QoS helpers from ouroboros/__init__.py and resolve __version__ via importlib.metadata.
* build: Use git tags for versioning0.23.0Dimitri Staessens2026-03-081-0/+21
Replace setup.py metadata with pyproject.toml and derive version from git tags with setuptools-scm. Adds git archive support for setuptools-scm version detection.