diff options
| author | Riley Shaw <[email protected]> | 2021-08-22 07:25:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-22 02:25:13 -0400 |
| commit | 55f79ed0967eac109b262401f6361e1b292a6b52 (patch) | |
| tree | 69ad17d869700ae14e8612fb997200410d4a2839 /MANIFEST.in | |
| parent | Add type: ignore for StageInstance.channel (diff) | |
| download | discord.py-55f79ed0967eac109b262401f6361e1b292a6b52.tar.xz discord.py-55f79ed0967eac109b262401f6361e1b292a6b52.zip | |
Add typing metadata
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 e0a5ef4b..e623df08 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ include README.rst include LICENSE include requirements.txt include discord/bin/*.dll +include discord/py.typed |