Updated console script to 'torrentsearch'.
This commit is contained in:
4
setup.py
4
setup.py
@@ -16,7 +16,7 @@ setup(
|
|||||||
'docopt',
|
'docopt',
|
||||||
'beautifulsoup4',
|
'beautifulsoup4',
|
||||||
'termcolor',
|
'termcolor',
|
||||||
'colored',
|
'colored',
|
||||||
],
|
],
|
||||||
url='https://github.com/KevinMidboe/torrent_search',
|
url='https://github.com/KevinMidboe/torrent_search',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
@@ -26,7 +26,7 @@ setup(
|
|||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'search = torrentSearch.search:main',
|
'torrentsearch = torrentSearch.__main__:main',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user