mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-04-17 16:35:31 +00:00
fix: include doc/ and examples/ in sdist
This commit is contained in:
committed by
Lars Immisch
parent
fdc5f3782e
commit
0ac28e9eea
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
graft doc/
|
||||||
|
graft examples/
|
||||||
@@ -44,4 +44,4 @@ build-backend = "setuptools.build_meta"
|
|||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
ext-modules = [
|
ext-modules = [
|
||||||
{ name = "alsaaudio", sources = ["src/alsaaudio.c"], libraries = ["asound"] }
|
{ name = "alsaaudio", sources = ["src/alsaaudio.c"], libraries = ["asound"] }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user