Updated console script to 'torrentsearch'.
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
],
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user