mirror of
https://github.com/nvbn/thefuck.git
synced 2025-04-21 18:20:49 +01:00
add entry point
This commit is contained in:
parent
4276e1b991
commit
8a49b40f6a
2
setup.py
2
setup.py
@ -17,4 +17,4 @@ setup(name='thefuck',
|
||||
zip_safe=False,
|
||||
install_requires=['pathlib', 'psutil', 'colorama', 'six'],
|
||||
entry_points={'console_scripts': [
|
||||
'thefuck = thefuck.main:main']})
|
||||
'thefuck = thefuck.main:main', 'thefuck-alias = thefuck.main:alias']})
|
||||
|
Loading…
x
Reference in New Issue
Block a user