mirror of
https://github.com/jdejaegh/irm-kmi-api.git
synced 2025-06-26 20:05:40 +02:00
Fix visiblity bug
This commit is contained in:
parent
3e04e0d460
commit
30c955c987
2 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue