[7.x] Test typing metadata in build-dist script
This commit is contained in:
committed by
Seth Michael Larson
parent
0cdeeb654a
commit
2ce9fd3914
@@ -72,7 +72,7 @@ setup(
|
||||
"Issue Tracker": "https://github.com/elastic/elasticsearch-py/issues",
|
||||
},
|
||||
packages=packages,
|
||||
package_data={"elasticsearch": ["py.typed"]},
|
||||
package_data={"elasticsearch": ["py.typed", "*.pyi"]},
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
||||
Reference in New Issue
Block a user