forked from sonos/pyFLAC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
23 lines (23 loc) · 788 Bytes
/
MANIFEST.in
File metadata and controls
23 lines (23 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include LICENSE.txt
include README.rst
include CHANGELOG.rst
include CONTRIBUTING.rst
include examples/*.py
include tests/__init__.py
include tests/data/*.wav
include tests/data/*.flac
include tests/test_encoder.py
include tests/test_decoder.py
include pyflac/builder/*.py
include pyflac/include/FLAC/*.h
include pyflac/libraries/LICENSE
include pyflac/libraries/darwin-x86_64/*.dylib
include pyflac/libraries/darwin-arm64/*.dylib
include pyflac/libraries/linux-x86_64/*.so
include pyflac/libraries/linux-arm64/*.so
include pyflac/libraries/raspbian-armv7a/*.so
include pyflac/libraries/raspbian-armv6z/*.so
include pyflac/libraries/windows-i686/*.dll
include pyflac/libraries/windows-i686/*.lib
include pyflac/libraries/windows-x86_64/*.dll
include pyflac/libraries/windows-x86_64/*.lib