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