diff options
| author | Rapptz <[email protected]> | 2016-05-06 12:22:03 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-05-06 12:23:24 -0400 |
| commit | 2fc496304c94a039d87ae4d6c39a87342180f208 (patch) | |
| tree | 777481fe2128dcc129e46868684d859e547b6856 /MANIFEST.in | |
| parent | Enable FEC/PLR (diff) | |
| download | discord.py-2fc496304c94a039d87ae4d6c39a87342180f208.tar.xz discord.py-2fc496304c94a039d87ae4d6c39a87342180f208.zip | |
Add libopus DLLs for ease of use.
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index bb910ebb..48577371 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.md include LICENSE include requirements.txt +include discord/bin/*.dll |