Add py.typed to make PEP-561 compatible

This commit is contained in:
Lewis Russell 2019-10-31 14:17:24 +00:00
parent 3647e0c566
commit ed5832439d
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