diff --git a/MANIFEST.in b/MANIFEST.in index e0a5ef4b0..e623df089 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 000000000..e69de29bb diff --git a/setup.py b/setup.py index 251241b4a..9ffd24ceb 100644 --- a/setup.py +++ b/setup.py @@ -83,5 +83,6 @@ setup(name='discord.py', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Utilities', + 'Typing :: Typed', ] )