Skip to content

Commit f8cb8a3

Browse files
committed
Add py.typed
1 parent 3d36f14 commit f8cb8a3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/python/plotly/MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ include plotly/_version.py
55
include requires-install.txt
66
include requires-express.txt
77
include plotly/package_data/widgetbundle.js
8+
include plotly/py.typed
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
partial

packages/python/plotly/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ def read_req_file(req_type):
554554
+ validator_packages,
555555
package_data={
556556
"plotly": [
557+
"py.typed",
557558
"package_data/*",
558559
"package_data/templates/*",
559560
"package_data/datasets/*",

0 commit comments

Comments
 (0)