rename nvchecker.main to nvchecker.__main__

closes #116
This commit is contained in:
lilydjwg 2019-10-15 16:54:31 +08:00
parent 5577e2cbd8
commit 893836fb09
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ setup(
], ],
entry_points = { entry_points = {
'console_scripts': [ 'console_scripts': [
'nvchecker = nvchecker.main:main', 'nvchecker = nvchecker.__main__:main',
'nvtake = nvchecker.tools:take', 'nvtake = nvchecker.tools:take',
'nvcmp = nvchecker.tools:cmp', 'nvcmp = nvchecker.tools:cmp',
], ],