mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
also install the nvchecker-notify script
This commit is contained in:
parent
8a988ba3a3
commit
f8566f3f91
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -38,7 +38,10 @@ setup(
|
|||
'nvcmp = nvchecker.tools:cmp',
|
||||
],
|
||||
},
|
||||
scripts=['scripts/nvchecker-ini2toml'],
|
||||
scripts = [
|
||||
'scripts/nvchecker-ini2toml',
|
||||
'scripts/nvchecker-notify',
|
||||
],
|
||||
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
Loading…
Add table
Reference in a new issue