Skip to content

Commit

Permalink
Add py.typed
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Jan 15, 2025
1 parent 3d36f14 commit 84c51e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/python/plotly/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ include plotly/_version.py
include requires-install.txt
include requires-express.txt
include plotly/package_data/widgetbundle.js
include plotly/py.typed
Empty file.
1 change: 1 addition & 0 deletions packages/python/plotly/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ def read_req_file(req_type):
+ validator_packages,
package_data={
"plotly": [
"py.typed",
"package_data/*",
"package_data/templates/*",
"package_data/datasets/*",
Expand Down

0 comments on commit 84c51e3

Please sign in to comment.