mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-18 15:06:07 +00:00
Add typing metadata
This commit is contained in:
parent
4065014794
commit
55f79ed096
@ -2,3 +2,4 @@ include README.rst
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
include requirements.txt
|
include requirements.txt
|
||||||
include discord/bin/*.dll
|
include discord/bin/*.dll
|
||||||
|
include discord/py.typed
|
||||||
|
0
discord/py.typed
Normal file
0
discord/py.typed
Normal file
1
setup.py
1
setup.py
@ -83,5 +83,6 @@ setup(name='discord.py',
|
|||||||
'Topic :: Software Development :: Libraries',
|
'Topic :: Software Development :: Libraries',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
|
'Typing :: Typed',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user