The `setup.py` script no longer attempts to install files to privileged
system directories. (Previously, it attempted to do this in order to
enable command-line autocompletion.) In lieu of doing this within the
installer directly, I have simply included brief instructions explaining
how to configure this manually.

Version bumped accordingly.
This commit is contained in:
Chris Lane
2014-05-28 20:47:49 -04:00
parent 371c0af156
commit 0a3fd3559c
4 changed files with 10 additions and 13 deletions

View File

@ -38,7 +38,7 @@ from docopt import docopt
if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.0.5')
options = docopt(__doc__, version='cheat 2.0.6')
# list directories
if options['--directories']: