Skip to content

Commit

Permalink
Fix entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Oct 31, 2024
1 parent bad22dd commit 697bb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ testing =
[options.entry_points]
# Add here console scripts like:
console_scripts =
meshtastic2hass = meshtastic2hass:main
meshtastic2hass = meshtastic2hass.meshtastic2hass:main
# For example:
# console_scripts =
# fibonacci = meshtastic2hass.skeleton:run
Expand Down
2 changes: 1 addition & 1 deletion src/meshtastic2hass/meshtastic2hass.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
__author__ = "Michael Wolf aka Mictronics"
__copyright__ = "2024, (C) Michael Wolf"
__license__ = "GPL v3+"
__version__ = "1.0.17"
__version__ = "1.0.18"


def onReceiveTelemetry(packet, interface, topic=pub.AUTO_TOPIC):
Expand Down

0 comments on commit 697bb70

Please sign in to comment.