Skip to content

Commit 21dcc91

Browse files
committed
Changes
1 parent 08e46a1 commit 21dcc91

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
2020
"Topic :: Scientific/Engineering :: Visualization",
21-
"Typing :: Typed",
2221
]
2322
dependencies = [
2423
"xarray>=2023.1.0",
@@ -58,7 +57,7 @@ build-backend = "setuptools.build_meta"
5857
include = ["xarray_plotly*"]
5958

6059
[tool.setuptools.package-data]
61-
"*" = ["py.typed"]
60+
"*" = []
6261

6362
[tool.setuptools_scm]
6463
version_scheme = "post-release"

xarray_plotly/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)