fix entrypoint
This commit is contained in:
parent
a249c6b47a
commit
a393d4766f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ test = pytest
|
||||||
|
|
||||||
[options.entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
matrix-alertbot = matrix_alertbot:main.__main__
|
matrix-alertbot = matrix_alertbot:main.main
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
test =
|
test =
|
||||||
|
|
Loading…
Reference in a new issue