Browse Source

Add typing metadata

pull/7443/head
Riley Shaw 4 years ago
committed by GitHub
parent
commit
55f79ed096
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      MANIFEST.in
  2. 0
      discord/py.typed
  3. 1
      setup.py

1
MANIFEST.in

@ -2,3 +2,4 @@ include README.rst
include LICENSE
include requirements.txt
include discord/bin/*.dll
include discord/py.typed

0
discord/py.typed

1
setup.py

@ -83,5 +83,6 @@ setup(name='discord.py',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Utilities',
'Typing :: Typed',
]
)

Loading…
Cancel
Save