Skip to content

Commit

Permalink
fix: Fixes script
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Nov 11, 2024
1 parent 1154ed5 commit 0a48efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ autopep8 = "^2.3.1"
coverage = "^7.6.1"

[tool.poetry.scripts]
ExamplePythonConsoleScript = 'label_studio_slack_reporter.main:main'
label_studio_slack_reporter = 'label_studio_slack_reporter.main:main'

[tool.semantic_release]
version_variables = ["label_studio_slack_reporter/__init__.py:__version__"]
Expand Down

0 comments on commit 0a48efb

Please sign in to comment.