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 .pollen import PollenParser
|
||||||
from .rain_graph import RainGraph
|
from .rain_graph import RainGraph
|
||||||
from . import resources
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
"IrmKmiApiClient",
|
"IrmKmiApiClient",
|
||||||
|
@ -41,7 +40,6 @@ __all__ = [
|
||||||
"WarningType",
|
"WarningType",
|
||||||
"PollenParser",
|
"PollenParser",
|
||||||
"RainGraph",
|
"RainGraph",
|
||||||
"resources"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
__version__ = '1.0.1'
|
__version__ = '1.0.1'
|
||||||
|
|
|
@ -25,7 +25,7 @@ requires-python = ">=3.12"
|
||||||
Homepage = "https://github.com/jdejaegh/irm-kmi-api"
|
Homepage = "https://github.com/jdejaegh/irm-kmi-api"
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["irm_kmi_api"]
|
packages = ["irm_kmi_api", "irm_kmi_api.resources"]
|
||||||
|
|
||||||
[tool.bumpver]
|
[tool.bumpver]
|
||||||
current_version = "1.0.1"
|
current_version = "1.0.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue