diff options
author | Jon Bernard <jbernard@tuxion.com> | 2015-12-31 11:03:55 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2015-12-31 11:25:04 -0500 |
commit | a1c63b3585436de59ffebaf25f9d9e56424cbce1 (patch) | |
tree | d5ac6717fb08c941c3c3cbf5daed6cfe0f27de0c /setup.py | |
parent | 3dc6dd855600eb176684deaecfc360ef81f8ca72 (diff) | |
download | dotfiles-a1c63b3585436de59ffebaf25f9d9e56424cbce1.tar.gz dotfiles-a1c63b3585436de59ffebaf25f9d9e56424cbce1.tar.bz2 dotfiles-a1c63b3585436de59ffebaf25f9d9e56424cbce1.zip |
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.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ setup( packages=['dotfiles'], entry_points={ 'console_scripts': [ - 'dotfiles=dotfiles.cli:main', + 'dotfiles=dotfiles.cli_orig:main', ], }, classifiers=[ |