Mercurial > libervia-templates
changeset 158:d9cc8f453baa
install (setup.py): use VERSION + added description
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 04 Jul 2018 07:39:48 +0200 |
parents | 79e9d7bcd96e |
children | 8c88aca13d96 |
files | setup.py |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Mon Jul 02 21:35:00 2018 +0200 +++ b/setup.py Wed Jul 04 07:39:48 2018 +0200 @@ -56,7 +56,10 @@ setup_info = dict( name=NAME, - version= '0.7D', + version=VERSION, + description=u'Templates for Salut à Toi XMPP client', + long_description=u'SàT Template is a common module which can be used by any SàT ' + u'frontend to generate documents (mostly HTML but not only).', author='Association « Salut à Toi »', author_email='contact@salut-a-toi.org', url='https://salut-a-toi.org',