mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-05-17 04:28:00 +00:00
- 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`
9 lines
133 B
TOML
9 lines
133 B
TOML
version = 1
|
|
revision = 2
|
|
requires-python = ">=3.10"
|
|
|
|
[[package]]
|
|
name = "pyalsaaudio"
|
|
version = "0.11.0"
|
|
source = { editable = "." }
|