We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d36f14 commit f8cb8a3Copy full SHA for f8cb8a3
packages/python/plotly/MANIFEST.in
@@ -5,3 +5,4 @@ include plotly/_version.py
5
include requires-install.txt
6
include requires-express.txt
7
include plotly/package_data/widgetbundle.js
8
+include plotly/py.typed
packages/python/plotly/plotly/py.typed
@@ -0,0 +1 @@
1
+partial
packages/python/plotly/setup.py
@@ -554,6 +554,7 @@ def read_req_file(req_type):
554
+ validator_packages,
555
package_data={
556
"plotly": [
557
+ "py.typed",
558
"package_data/*",
559
"package_data/templates/*",
560
"package_data/datasets/*",
0 commit comments