diff options
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | discord/py.typed | 0 | ||||
| -rw-r--r-- | setup.py | 1 |
3 files changed, 2 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 diff --git a/discord/py.typed b/discord/py.typed new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/discord/py.typed @@ -83,5 +83,6 @@ setup(name='discord.py', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Utilities', + 'Typing :: Typed', ] ) |