mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 13:42:11 +01:00
Minor tweaks.
This commit is contained in:
parent
e0adbbc5b9
commit
a8f91d4224
1 changed files with 15 additions and 16 deletions
13
setup.py
13
setup.py
|
@ -1,11 +1,10 @@
|
|||
"""cheat
|
||||
~~~~~~~~
|
||||
|
||||
cheat allows you to create and view interactive cheatsheets on the
|
||||
command-line. It was designed to help remind *nix system administrators of
|
||||
options for commands that they use frequently, but not frequently enough
|
||||
to remember.
|
||||
:license: GPL3
|
||||
~~~~~~~~
|
||||
cheat allows you to create and view interactive cheatsheets on the
|
||||
command-line. It was designed to help remind *nix system administrators of
|
||||
options for commands that they use frequently, but not frequently enough
|
||||
to remember.
|
||||
:license: GPL3
|
||||
"""
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
|
|
Loading…
Reference in a new issue