Fix application descriptions.
This commit is contained in:
parent
4ad11c46c7
commit
c7ff4640a0
17 changed files with 25 additions and 26 deletions
|
|
@ -72,7 +72,8 @@ class HaveSex(ReplApplication):
|
|||
APPNAME = 'havesex'
|
||||
VERSION = '0.8'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Havesex is a console application to interact with dating websites and to help you to seduce women."
|
||||
DESCRIPTION = 'Console application allowing to interact with various dating websites ' \
|
||||
'and to optimize seduction algorithmically.'
|
||||
STORAGE_FILENAME = 'dating.storage'
|
||||
STORAGE = {'optims': {}}
|
||||
CAPS = ICapDating
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue