Mercurial > libervia-templates
comparison setup.py @ 158:d9cc8f453baa
install (setup.py): use VERSION + added description
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 04 Jul 2018 07:39:48 +0200 |
parents | a4b6b8b6fc58 |
children | bfe72370ca49 |
comparison
equal
deleted
inserted
replaced
157:79e9d7bcd96e | 158:d9cc8f453baa |
---|---|
54 'local_scheme': local_scheme} | 54 'local_scheme': local_scheme} |
55 | 55 |
56 | 56 |
57 setup_info = dict( | 57 setup_info = dict( |
58 name=NAME, | 58 name=NAME, |
59 version= '0.7D', | 59 version=VERSION, |
60 description=u'Templates for Salut à Toi XMPP client', | |
61 long_description=u'SàT Template is a common module which can be used by any SàT ' | |
62 u'frontend to generate documents (mostly HTML but not only).', | |
60 author='Association « Salut à Toi »', | 63 author='Association « Salut à Toi »', |
61 author_email='contact@salut-a-toi.org', | 64 author_email='contact@salut-a-toi.org', |
62 url='https://salut-a-toi.org', | 65 url='https://salut-a-toi.org', |
63 classifiers=['Development Status :: 3 - Alpha', | 66 classifiers=['Development Status :: 3 - Alpha', |
64 'Programming Language :: Python :: 2.7', | 67 'Programming Language :: Python :: 2.7', |