Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add py.typed
Browse files Browse the repository at this point in the history
rhelmot committed Jan 15, 2025
1 parent 3d36f14 commit f8cb8a3
Showing 3 changed files with 3 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
@@ -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
1 change: 1 addition & 0 deletions packages/python/plotly/plotly/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
partial
1 change: 1 addition & 0 deletions packages/python/plotly/setup.py
Original file line number Diff line number Diff line change
@@ -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/*",

0 comments on commit f8cb8a3

Please sign in to comment.