From 8a49b40f6a7dea32f72ccf733eca7b6e84c03686 Mon Sep 17 00:00:00 2001 From: SanketDG Date: Fri, 1 May 2015 00:12:43 +0530 Subject: [PATCH] add entry point --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28f87e34..90a5852e 100644 --- a/setup.py +++ b/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']})