Merge pull request #6782 from lewis6991/2.0

Add py.typed to make PEP-561 compatible
This commit is contained in:
Takeshi KOMIYA 2019-11-01 00:44:13 +09:00 committed by GitHub
commit d18f237007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ setup(
],
platforms='any',
packages=find_packages(exclude=['tests', 'utils']),
package_data = {
'sphinx': ['py.typed'],
},
include_package_data=True,
entry_points={
'console_scripts': [

0
sphinx/py.typed Normal file
View File