Fix visiblity bug

This commit is contained in:
Jules 2025-05-10 22:29:02 +02:00
parent 3e04e0d460
commit 30c955c987
Signed by: jdejaegh
GPG key ID: 99D6D184CA66933A
2 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,6 @@ from .data import (
)
from .pollen import PollenParser
from .rain_graph import RainGraph
from . import resources
__all__ = [
"IrmKmiApiClient",
@ -41,7 +40,6 @@ __all__ = [
"WarningType",
"PollenParser",
"RainGraph",
"resources"
]
__version__ = '1.0.1'

View file

@ -25,7 +25,7 @@ requires-python = ">=3.12"
Homepage = "https://github.com/jdejaegh/irm-kmi-api"
[tool.setuptools]
packages = ["irm_kmi_api"]
packages = ["irm_kmi_api", "irm_kmi_api.resources"]
[tool.bumpver]
current_version = "1.0.1"