We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4065014 commit 55f79edCopy full SHA for 55f79ed
MANIFEST.in
@@ -2,3 +2,4 @@ include README.rst
2
include LICENSE
3
include requirements.txt
4
include discord/bin/*.dll
5
+include discord/py.typed
discord/py.typed
setup.py
@@ -83,5 +83,6 @@
83
'Topic :: Software Development :: Libraries',
84
'Topic :: Software Development :: Libraries :: Python Modules',
85
'Topic :: Utilities',
86
+ 'Typing :: Typed',
87
]
88
)
0 commit comments