diff options
| author | Lewis Russell <lewis.russell@arm.com> | 2019-10-31 14:17:24 +0000 |
|---|---|---|
| committer | Lewis Russell <lewis.russell@arm.com> | 2019-10-31 14:57:30 +0000 |
| commit | ed5832439df415d495c978b6e6dbd51672992016 (patch) | |
| tree | d810196edfdcf62969fd1af5d2c5ad22014858e0 /setup.py | |
| parent | 3647e0c5669da91d14f2a72b8f51c652cfaafb4f (diff) | |
| download | sphinx-git-ed5832439df415d495c978b6e6dbd51672992016.tar.gz | |
Add py.typed to make PEP-561 compatible
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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': [ |
