From 67e5e7432cf4a2bb9bd7148dc2976cfc30b6a06b Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Sat, 16 Jan 2016 22:16:44 -0500 Subject: Break functionality into separate files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index eae2667..a41c837 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( ], entry_points={ 'console_scripts': [ - 'dotfiles=dotfiles.dotfiles:cli', + 'dotfiles=dotfiles.cli:cli', ], }, classifiers=[ -- cgit v1.2.3