1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

add entry point

This commit is contained in:
SanketDG 2015-05-01 00:12:43 +05:30
parent 4276e1b991
commit 8a49b40f6a

View File

@ -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']})