Updated console script to 'torrentsearch'.

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

View File

@@ -16,7 +16,7 @@ setup(
'docopt',
'beautifulsoup4',
'termcolor',
'colored',
'colored',
],
url='https://github.com/KevinMidboe/torrent_search',
classifiers=[
@@ -26,7 +26,7 @@ setup(
],
entry_points={
'console_scripts': [
'search = torrentSearch.search:main',
'torrentsearch = torrentSearch.__main__:main',
],
},
)