fix: include doc/ and examples/ in sdist

This commit is contained in:
Matteo Bernardini
2025-08-06 15:33:35 +08:00
parent aea0fc62e8
commit 2e0f952475
2 changed files with 3 additions and 1 deletions

2
MANIFEST.in Normal file
View File

@@ -0,0 +1,2 @@
graft doc/
graft examples/

View File

@@ -44,4 +44,4 @@ build-backend = "setuptools.build_meta"
[tool.setuptools]
ext-modules = [
{ name = "alsaaudio", sources = ["src/alsaaudio.c"], libraries = ["asound"] }
]
]