Skip to content

Commit

Permalink
Fix invalid change in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 2, 2024
1 parent 9989080 commit 8add90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
SKILL_NAME = "skill-alerts"
SKILL_PKG = SKILL_NAME.replace('-', '_')
# skill_id=package_name:SkillClass
PLUGIN_ENTRY_POINT = f'{SKILL_NAME}.neongeckocom={SKILL_PKG}.skill_alerts:AlertSkill'
PLUGIN_ENTRY_POINT = f'{SKILL_NAME}.neongeckocom={SKILL_PKG}:AlertSkill'
BASE_PATH = path.abspath(path.dirname(__file__))


Expand Down

0 comments on commit 8add90d

Please sign in to comment.