Updated console script to 'torrentsearch'.

This commit is contained in:
2021-07-03 18:32:49 +02:00
parent 873d2f2c1c
commit 86d716391c

View File

@@ -26,7 +26,7 @@ setup(
], ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'search = torrentSearch.search:main', 'torrentsearch = torrentSearch.__main__:main',
], ],
}, },
) )