Skip to content

Commit dd7b433

Browse files
committed
add typed and fix notebook
1 parent a9bad41 commit dd7b433

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/getting-started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
" attrs={\"long_name\": \"Temperature Anomaly\", \"units\": \"°C\"},\n",
7979
")\n",
8080
"\n",
81-
"da."
81+
"da"
8282
]
8383
},
8484
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build-backend = "setuptools.build_meta"
5757
include = ["xarray_plotly*"]
5858

5959
[tool.setuptools.package-data]
60-
"*" = []
60+
"xarray_plotly" = ["py.typed"]
6161

6262
[tool.setuptools_scm]
6363
version_scheme = "post-release"

xarray_plotly/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)