Skip to content

Commit 403add6

Browse files
committed
Add py.typed
1 parent a8a2533 commit 403add6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/python/plotly/MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ include README.md
33
include jupyterlab-plotly.json
44
include versioneer.py
55
include plotly/_version.py
6+
include plotly/py.typed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
partial

packages/python/plotly/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ def run(self):
542542
+ validator_packages,
543543
package_data={
544544
"plotly": [
545+
"py.typed",
545546
"package_data/*",
546547
"package_data/templates/*",
547548
"package_data/datasets/*",

0 commit comments

Comments
 (0)