Files
pyalsaaudio/uv.lock
Matteo Bernardini fdc5f3782e chore: modernise packaging.
- use pyproject.toml to define project metadata and setuptools-specific configuration, removing the need for a setup.py file
- move sources in conventional src/ directory
- rework stubs so that they're visible downstream. PEP-561 doesn't support top-level .pyi files, so I made a dummy package instead `alsaaudio-stubs`
2025-12-01 23:26:37 +01:00

9 lines
133 B
TOML

version = 1
revision = 2
requires-python = ">=3.10"
[[package]]
name = "pyalsaaudio"
version = "0.11.0"
source = { editable = "." }