Riley Shaw
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
2 additions and
0 deletions
-
MANIFEST.in
-
discord/py.typed
-
setup.py
|
|
@ -2,3 +2,4 @@ include README.rst |
|
|
|
include LICENSE |
|
|
|
include requirements.txt |
|
|
|
include discord/bin/*.dll |
|
|
|
include discord/py.typed |
|
|
|
|
|
@ -83,5 +83,6 @@ setup(name='discord.py', |
|
|
|
'Topic :: Software Development :: Libraries', |
|
|
|
'Topic :: Software Development :: Libraries :: Python Modules', |
|
|
|
'Topic :: Utilities', |
|
|
|
'Typing :: Typed', |
|
|
|
] |
|
|
|
) |
|
|
|