Skip to content

Commit edae8f3

Browse files
committed
Add MANIFEST.in
1 parent 1a95cd6 commit edae8f3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MANIFEST.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
include LICENSE
2+
include *.rst
3+
include rtmixer_build.py
4+
include src/rtmixer.c src/rtmixer.h
5+
recursive-include doc *.rst *.py
6+
recursive-include examples *.py
7+
include portaudio/LICENSE.txt
8+
include portaudio/index.html
9+
include portaudio/src/common/pa_ringbuffer.h
10+
include portaudio/src/common/pa_memorybarrier.h

0 commit comments

Comments
 (0)