From a1c63b3585436de59ffebaf25f9d9e56424cbce1 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Thu, 31 Dec 2015 11:03:55 -0500 Subject: Rename existing cli files I'm in the process of reimplementing the CLI using click and this new implementation will take the place of the existing one once it's feature complete. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8546eca..ed113fd 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( packages=['dotfiles'], entry_points={ 'console_scripts': [ - 'dotfiles=dotfiles.cli:main', + 'dotfiles=dotfiles.cli_orig:main', ], }, classifiers=[ -- cgit v1.2.3