mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 05:32:13 +01:00
Update setup.py
This commit is contained in:
parent
8e3e228ebd
commit
71e5bd53a3
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -3,11 +3,11 @@ import os
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'cheat',
|
name = 'cheat',
|
||||||
version = '2.2.3',
|
version = '2.2.32',
|
||||||
author = 'Chris Lane',
|
author = 'Chris Lane',
|
||||||
author_email = 'chris@chris-allen-lane.com',
|
author_email = 'chris@chris-allen-lane.com',
|
||||||
license = 'GPL3',
|
license = 'GPL3',
|
||||||
description = 'cheat allows you to create and view interactive cheatsheets '
|
description = 'Custom cheat by e32 - cheat allows you to create and view interactive cheatsheets '
|
||||||
'on the command-line. It was designed to help remind *nix system '
|
'on the command-line. It was designed to help remind *nix system '
|
||||||
'administrators of options for commands that they use frequently, but not '
|
'administrators of options for commands that they use frequently, but not '
|
||||||
'frequently enough to remember.',
|
'frequently enough to remember.',
|
||||||
|
|
Loading…
Reference in a new issue