mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add py.typed to make PEP-561 compatible
This commit is contained in:
parent
3647e0c566
commit
ed5832439d
3
setup.py
3
setup.py
@ -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
0
sphinx/py.typed
Normal file
Loading…
Reference in New Issue
Block a user