Minor tweaks.

This commit is contained in:
Chris Lane 2015-10-15 18:37:02 -04:00
parent e0adbbc5b9
commit a8f91d4224
1 changed files with 15 additions and 16 deletions

View File

@ -1,11 +1,10 @@
"""cheat """cheat
~~~~~~~~ ~~~~~~~~
cheat allows you to create and view interactive cheatsheets on the
cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of
command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough
options for commands that they use frequently, but not frequently enough to remember.
to remember. :license: GPL3
:license: GPL3
""" """
from setuptools import setup, find_packages from setuptools import setup, find_packages