Skip to content

Commit 55f79ed

Browse files
authored
Add typing metadata
1 parent 4065014 commit 55f79ed

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

Diff for: MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include README.rst
22
include LICENSE
33
include requirements.txt
44
include discord/bin/*.dll
5+
include discord/py.typed

Diff for: discord/py.typed

Whitespace-only changes.

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@
8383
'Topic :: Software Development :: Libraries',
8484
'Topic :: Software Development :: Libraries :: Python Modules',
8585
'Topic :: Utilities',
86+
'Typing :: Typed',
8687
]
8788
)

0 commit comments

Comments
 (0)