aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in1
-rw-r--r--discord/py.typed0
-rw-r--r--setup.py1
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
diff --git a/setup.py b/setup.py
index 251241b4..9ffd24ce 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',
]
)