We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e46a1 commit 21dcc91Copy full SHA for 21dcc91
pyproject.toml
@@ -18,7 +18,6 @@ classifiers = [
18
"Programming Language :: Python :: 3.12",
19
"Programming Language :: Python :: 3.13",
20
"Topic :: Scientific/Engineering :: Visualization",
21
- "Typing :: Typed",
22
]
23
dependencies = [
24
"xarray>=2023.1.0",
@@ -58,7 +57,7 @@ build-backend = "setuptools.build_meta"
58
57
include = ["xarray_plotly*"]
59
60
[tool.setuptools.package-data]
61
-"*" = ["py.typed"]
+"*" = []
62
63
[tool.setuptools_scm]
64
version_scheme = "post-release"
xarray_plotly/py.typed
0 commit comments